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.
2 parents 3b22ba2 + 990eb7d commit 051bd73Copy full SHA for 051bd73
.github/workflows/publish-stable.yml
@@ -36,7 +36,7 @@ jobs:
36
cache: pnpm
37
- run: pnpm install --frozen-lockfile
38
- name: Publish to NPM
39
- run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
+ run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish --publish-branch=release
40
env:
41
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments