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 e12d851 commit 8a694d0Copy full SHA for 8a694d0
.github/workflows/on-release-beta.yml
@@ -41,7 +41,7 @@ jobs:
41
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
42
43
# Follow https://github.com/lerna/lerna/issues/2248#issuecomment-527882069 recommendation
44
- npx lerna version --conventional-commits --conventional-prerelease --force-publish=* --yes --no-changelog
+ npx lerna version --conventional-commits --conventional-prerelease --preid test --force-publish=* --yes --no-changelog
45
git tag -d $(git describe --abbrev=0)
46
git push
47
0 commit comments