Update npm.yml
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
d3bc8b135c
commit
24fb87721f
2
.github/workflows/npm.yml
vendored
2
.github/workflows/npm.yml
vendored
@@ -433,8 +433,6 @@ jobs:
|
||||
shell: bash
|
||||
- name: Publish
|
||||
run: |
|
||||
cd bindings/nodejs
|
||||
npm config set provenance true
|
||||
echo "${{ github.event.inputs.publish }}"
|
||||
if [ "${{ github.event.inputs.publish }}" = "true" ]; then
|
||||
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
|
||||
|
||||
Reference in New Issue
Block a user