Skip to content

Commit

Permalink
build: update
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent 9c96e92 commit ac0dfc6
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 @@ -44,7 +44,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
npm config set //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ac0dfc6

Please sign in to comment.