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 4ca359d commit e5e2ec6Copy full SHA for e5e2ec6
.github/workflows/on-release-prod.yml
@@ -60,7 +60,7 @@ jobs:
60
git config --global user.name 'github-actions[bot]'
61
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
62
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
63
- npx lerna version --conventional-commits --force-publish --conventional-prerelease --preid rc --yes
+ npx lerna version --conventional-commits --force-publish --preid rc --yes
64
npx lerna publish from-git --no-verify-access --yes
65
#########################
66
# Generate documentation
0 commit comments