We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720e62c commit c7bfb9aCopy full SHA for c7bfb9a
.github/workflows/npm.yaml
@@ -15,4 +15,4 @@ jobs:
15
- run: bun publish
16
working-directory: dist
17
env:
18
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments