We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73b763 commit f79a533Copy full SHA for f79a533
.github/workflows/build.yml
@@ -62,5 +62,7 @@ jobs:
62
run: echo //registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN > ~/.npmrc
63
env:
64
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
67
- name: publish
68
run: node ./common/scripts/install-run-rush.js publish -a -b main -p --set-access-level public --include-all
0 commit comments