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 d87caa7 commit f66a911Copy full SHA for f66a911
.github/workflows/deploy-package.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
34
env:
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
- - run: pnpm lerna publish -y --bump major --create-release github
+ - run: pnpm lerna publish -y --create-release github
37
38
HUSKY: 0
39
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments