Update publish.yml

This commit is contained in:
Adam Matthiesen 2024-01-16 00:42:36 -08:00 committed by GitHub
parent 3387e33e39
commit 8ea980e96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ jobs:
- name: publish-npm
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}