File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 - name : Run build
7979 run : |
8080 . ./scripts/setup.sh
81- npm version patch -m 'Updating version to %s [skip ci]'
81+ npm version major -m 'Updating version to %s [skip ci]'
8282 npm run build
8383 . ./scripts/gitPush.sh
8484 env :
Original file line number Diff line number Diff line change 7878 - name : Run build
7979 run : |
8080 . ./scripts/setup.sh
81- npm version patch -m 'Updating version to %s [skip ci]'
81+ npm version major -m 'Updating version to %s [skip ci]'
8282 npm run build
8383 . ./scripts/gitPush.sh
8484 env :
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ git config user.name "torus-bot"
77cd ~ /torus-embed/
88
99if [[ " $GITHUB_REF " = ' refs/heads/master' ]]; then
10- npm version patch -m ' Updating iframe integrity and publish %s'
10+ npm version major -m ' Updating iframe integrity and publish %s'
1111 git push origin master
1212 git push --tags
1313fi
1414if [[ " $GITHUB_REF " = ' refs/heads/binance' ]]; then
15- npm version patch -m ' Updating iframe integrity and publish %s'
15+ npm version major -m ' Updating iframe integrity and publish %s'
1616 git push origin binance
1717fi
You can’t perform that action at this time.
0 commit comments