Skip to content

Commit 33328fc

Browse files
committed
move back to main
1 parent 8a694d0 commit 33328fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22
on:
33
push:
44
branches:
5-
- feat/cicd/prodWorkflow
5+
- main
66
workflow_dispatch: {}
77
jobs:
88
publish:
@@ -41,7 +41,7 @@ jobs:
4141
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/$GITHUB_REPOSITORY
4242
4343
# 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
44+
npx lerna version --conventional-commits --conventional-prerelease --preid rc --force-publish=* --yes --no-changelog
4545
git tag -d $(git describe --abbrev=0)
4646
git push
4747

0 commit comments

Comments
 (0)