Skip to content

Commit

Permalink
fix: fix publish to GitHub packages
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored May 6, 2022
1 parent 1c2e2a1 commit d076a5b
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 @@ -54,7 +54,7 @@ jobs:
yarn run build
yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
always-auth: true
Expand Down

0 comments on commit d076a5b

Please sign in to comment.