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 b39f589 commit 46ff799Copy full SHA for 46ff799
.github/workflows/publish_gh.yaml
@@ -36,6 +36,6 @@ jobs:
36
run: pnpm install --frozen-lockfile
37
38
- name: Publish to NPM
39
- run: pnpm publish
+ run: pnpm publish --publish-branch main
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/publish_npm.yaml
@@ -33,6 +33,6 @@ jobs:
33
34
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments