fix(actions): Update auth action

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-03-26 22:36:31 +04:00
parent f12fa08c45
commit bbc0fca985
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -15,6 +15,5 @@ jobs:
node-version: '13.x'
- run: yarn install
- run: yarn run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
- run: npm publish