fix: add NODE_AUTH_TOKEN env to main publish workflow
This commit is contained in:
@@ -186,6 +186,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
npm publish --access public --provenance $TAG_ARG
|
npm publish --access public --provenance $TAG_ARG
|
||||||
env:
|
env:
|
||||||
|
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
|
||||||
NPM_CONFIG_PROVENANCE: true
|
NPM_CONFIG_PROVENANCE: true
|
||||||
|
|
||||||
- name: Git commit and tag
|
- name: Git commit and tag
|
||||||
|
|||||||
Reference in New Issue
Block a user