fix npm publish

This commit is contained in:
Nebel 2020-09-03 19:12:44 +09:00 committed by GitHub
parent 0ff1265b13
commit 567a9d9069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ jobs:
- run: npm version patch
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git push origin --tags