Skip to content

Commit 90eec0a

Browse files
committed
fix: add NODE_AUTH_TOKEN env to main publish workflow
1 parent 3b5d18e commit 90eec0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
fi
187187
npm publish --access public --provenance $TAG_ARG
188188
env:
189+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
189190
NPM_CONFIG_PROVENANCE: true
190191

191192
- name: Git commit and tag

0 commit comments

Comments
 (0)