Update publish.yml

pull/54/head
Millennium Earl 2020-11-22 14:08:19 +01:00 committed by GitHub
parent 4facdac6ab
commit bc569110fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- run: git push --tags && git push
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
publish-npm:
needs: build