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 0209ee6 commit b20e95aCopy full SHA for b20e95a
.github/workflows/default.yml
@@ -79,4 +79,4 @@ jobs:
79
- name: Publish to npmjs
80
run: bun publish --access public
81
env:
82
- NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
+ NPM_CONFIG_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
0 commit comments