Updated token

pull/54/head
MillenniumEarl 2020-11-22 14:10:08 +01:00
parent c358bc2dec
commit 26ca4459b2
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