We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd42036 commit 5aceb69Copy full SHA for 5aceb69
.github/workflows/publish-npm.yaml
@@ -19,3 +19,5 @@ jobs:
19
registry-url: "https://registry.npmjs.org"
20
- run: pnpm install --frozen-lockfile
21
- run: npm publish --provenance --access public
22
+ env:
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments