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.
2 parents e281f04 + e7a9455 commit c577351Copy full SHA for c577351
.github/workflows/release-manual.yml
@@ -33,7 +33,7 @@ jobs:
33
git config --global user.email "github-actions[bot]@users.noreply.github.com"
34
git config --global user.name "github-actions[bot]"
35
36
- npx lerna version --conventional-commits --conventional-graduate --yes
+ npx lerna version --conventional-commits --yes
37
38
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
39
npx lerna publish from-git --yes
0 commit comments