We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef3c8b7 + 4db52da commit e7f157fCopy full SHA for e7f157f
1 file changed
.github/workflows/publish-package.yml
@@ -65,6 +65,8 @@ jobs:
65
echo "Build New Package" >> $GITHUB_STEP_SUMMARY
66
67
- name: Publish Package
68
+ env:
69
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
70
run: |
71
set -e
72
npm publish --provenance --access public --verbose
@@ -82,5 +84,3 @@ jobs:
82
84
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
83
85
token: ${{ secrets.GH_ACCESS_TOKEN }}
86
-
0 commit comments