Skip to content

Commit f79a533

Browse files
committed
chore: bump version before publishing
1 parent d73b763 commit f79a533

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ jobs:
6262
run: echo //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN > ~/.npmrc
6363
env:
6464
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
65+
- name: Bump versions
66+
run: node ./common/scripts/install-run-rush.js rush version --bump --target-branch main
6567
- name: publish
6668
run: node ./common/scripts/install-run-rush.js publish -a -b main -p --set-access-level public --include-all

0 commit comments

Comments
 (0)