Skip to content

Commit 875fa41

Browse files
committed
chore(cicd): fix autobump
1 parent 918bb46 commit 875fa41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
4242
4343
if [ ${{ github.base_ref }} = main ]; then
44-
npx lerna version --conventional-commits --create-release github --yes
44+
npx lerna version --conventional-commits --create-release github --force-publish=* --yes
4545
else
46-
npx lerna version --conventional-commits --conventional-prerelease --preid beta --create-release github --yes
46+
npx lerna version --conventional-commits --conventional-prerelease --preid beta --create-release github --force-publish=* --yes
4747
fi
4848
npx lerna publish from-git --no-verify-access --yes

0 commit comments

Comments
 (0)