Skip to content

Commit

Permalink
fix: add NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Feb 22, 2024
1 parent b80c790 commit 4402d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Install dependencies
- run: npm install
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.PERSONAL_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
# Build output
- run: npm run build
Expand Down

0 comments on commit 4402d3d

Please sign in to comment.