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 b048083 commit 5c2bbcfCopy full SHA for 5c2bbcf
.github/workflows/release-candidate.yml
@@ -34,7 +34,7 @@ jobs:
34
run: yarn lerna exec yarn lint-fix
35
- name: Publish Release Candidate
36
run: |
37
- yarn lerna publish prerelease --conventional-commits --conventional-prerelease --create-release github --preid rc --dist-tag rc --no-verify-access --yes
+ yarn lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --dist-tag rc --no-verify-access --yes
38
env:
39
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
40
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
0 commit comments