Update publish_on_release.yml
This commit is contained in:
3
.github/workflows/publish_on_release.yml
vendored
3
.github/workflows/publish_on_release.yml
vendored
@@ -13,3 +13,6 @@ jobs:
|
|||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
- run: npm publish
|
||||||
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user