fix(actions): Updated auth token

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-03-26 22:25:32 +04:00
parent c2ad7f211e
commit 4431cd50b1
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -1,4 +1,4 @@
name: CI
name: Publish
on:
create:
@ -17,6 +17,6 @@ jobs:
with:
cmd: build
- uses: borales/actions-yarn@v2.0.0
auth-token: ${{ secrets.NPM_AUTH_TOKEN }}
"auth-token": ${{ secrets.NPM_AUTH_TOKEN }}
with:
cmd: publish