Skip to content

Commit 246c0a0

Browse files
bump major
1 parent a609996 commit 246c0a0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/binance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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:

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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:

scripts/updateIframeIntegrity.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ git config user.name "torus-bot"
77
cd ~/torus-embed/
88

99
if [[ "$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
1313
fi
1414
if [[ "$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
1717
fi

0 commit comments

Comments
 (0)