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 b4bc46f commit 70c7356Copy full SHA for 70c7356
.github/workflows/publish.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: Publish to NPM
63
id: publish
64
env:
65
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66
run: |
67
pnpm publish --access public
68
- name: Publish to Github Release
0 commit comments