diff env var
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 46s
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 46s
This commit is contained in:
parent
6c4ee55b95
commit
f4b8d5708f
@ -38,6 +38,6 @@ jobs:
|
|||||||
|
|
||||||
# Publish to NPM
|
# Publish to NPM
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: npm publish --access public
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.PUBLISH_NPM_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user