Skip to content

Commit 5c2bbcf

Browse files
committed
chore: avoid github releases for RCs [skip ci]
1 parent b048083 commit 5c2bbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn lerna exec yarn lint-fix
3535
- name: Publish Release Candidate
3636
run: |
37-
yarn lerna publish prerelease --conventional-commits --conventional-prerelease --create-release github --preid rc --dist-tag rc --no-verify-access --yes
37+
yarn lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --dist-tag rc --no-verify-access --yes
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4040
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}

0 commit comments

Comments
 (0)