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 bc7d71a commit 90ca17dCopy full SHA for 90ca17d
.github/workflows/npm-publish.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Install dependencies
20
run: pnpm install --frozen-lockfile
21
- name: Publish package
22
- run: pnpm publish
+ run: pnpm publish --publish-branch ${{ github.ref_name }}
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments