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.
2 parents 29c3a28 + b20e95a commit a35bf5eCopy full SHA for a35bf5e
.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