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 918bb46 commit 875fa41Copy full SHA for 875fa41
.github/workflows/on-release.yml
@@ -41,8 +41,8 @@ jobs:
41
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
42
43
if [ ${{ github.base_ref }} = main ]; then
44
- npx lerna version --conventional-commits --create-release github --yes
+ npx lerna version --conventional-commits --create-release github --force-publish=* --yes
45
else
46
- npx lerna version --conventional-commits --conventional-prerelease --preid beta --create-release github --yes
+ npx lerna version --conventional-commits --conventional-prerelease --preid beta --create-release github --force-publish=* --yes
47
fi
48
npx lerna publish from-git --no-verify-access --yes
0 commit comments