Skip to content

Commit f344dea

Browse files
authored
Merge pull request #357 from github/liuliu/github-token
Restore NODE_AUTH_TOKEN for GitHub Packages publish
2 parents 43d5862 + bb2ebc9 commit f344dea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
env:
4949
TAG_NAME: ${{ github.event.release.tag_name }}
5050
- run: npm --ignore-scripts publish --provenance --access public
51-
51+
env:
52+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)