Skip to content

Commit

Permalink
ci: update workflow for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Sep 1, 2024
1 parent 12c5e20 commit 8f1ae38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
npm publish
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_TSHET_UINH }}
IS_BETA: ${{ github.event.release.prerelease && '1' || '' }}

0 comments on commit 8f1ae38

Please sign in to comment.