Skip to content

Commit f66a911

Browse files
authored
ci: remove major bump (#978)
1 parent d87caa7 commit f66a911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} > .npmrc
3434
env:
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36-
- run: pnpm lerna publish -y --bump major --create-release github
36+
- run: pnpm lerna publish -y --create-release github
3737
env:
3838
HUSKY: 0
3939
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)