Skip to content

Commit 291f390

Browse files
committed
Revert "chore: removed useless flag"
This reverts commit e5e2ec6.
1 parent e5e2ec6 commit 291f390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/on-release-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git config --global user.name 'github-actions[bot]'
6161
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
6262
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
63-
npx lerna version --conventional-commits --force-publish --preid rc --yes
63+
npx lerna version --conventional-commits --force-publish --conventional-prerelease --preid rc --yes
6464
npx lerna publish from-git --no-verify-access --yes
6565
#########################
6666
# Generate documentation

0 commit comments

Comments
 (0)