We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a694d0 commit 33328fcCopy full SHA for 33328fc
.github/workflows/on-release-beta.yml
@@ -2,7 +2,7 @@ name: release
2
on:
3
push:
4
branches:
5
- - feat/cicd/prodWorkflow
+ - main
6
workflow_dispatch: {}
7
jobs:
8
publish:
@@ -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 --preid test --force-publish=* --yes --no-changelog
+ npx lerna version --conventional-commits --conventional-prerelease --preid rc --force-publish=* --yes --no-changelog
45
git tag -d $(git describe --abbrev=0)
46
git push
47
0 commit comments