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 be119cb commit 0cabc3fCopy full SHA for 0cabc3f
.github/workflows/on-release-prod.yml
@@ -41,7 +41,7 @@ jobs:
41
git config --global user.name 'github-actions[bot]'
42
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
43
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
44
- npx lerna version --conventional-commits --conventional-graduate --force-publish=* --yes
+ npx lerna version --conventional-commits --force-publish=* --yes
45
npx lerna publish from-git --no-verify-access --yes
46
#########################
47
# Generate documentation
0 commit comments