Skip to content

Commit 45caf39

Browse files
committed
fix: add NODE_AUTH_TOKEN to npm publish step
1 parent 9880614 commit 45caf39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
5050
- name: Publish to npm
5151
run: npm publish --provenance --access public --tag ${{ steps.release-info.outputs.npm_tag }}
52+
env:
53+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5254

5355
- name: Create GitHub Release
5456
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)