fix(actions): Update auth action
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
f12fa08c45
commit
bbc0fca985
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -15,6 +15,5 @@ jobs:
|
||||
node-version: '13.x'
|
||||
- run: yarn install
|
||||
- run: yarn run build
|
||||
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user