Update release.yml

This commit is contained in:
Bret Comnes 2020-09-11 11:15:52 -06:00 committed by GitHub
parent 9a792306ca
commit 0460e9fd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,4 +29,4 @@ jobs:
git_username: ${{ github.actor }}
newversion: ${{ github.event.inputs.newversion }}
github_token: ${{ secrets.GITHUB_TOKEN }} # built in actions token. Passed tp gh-release if in use.
npm_token: ${{ secrets.NPM_TOKEN }} # user set secret token generated at npm
publish_cmd: npm run release