Skip to content

Commit c3cce1e

Browse files
authored
fix: add NODE_AUTH_TOKEN for GitHub Packages publish step (#1157)
1 parent d8d1b0e commit c3cce1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ jobs:
102102
if: ${{ steps.semantic-release.outputs.package-published == 'true' }}
103103
run: |
104104
npm publish
105+
env:
106+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)