Skip to content

Commit

Permalink
Merge pull request #98 from Uniswap/matteen/use-node-auth
Browse files Browse the repository at this point in the history
use node auth token
  • Loading branch information
matteenm authored Sep 12, 2024
2 parents c49f1da + 5e63616 commit 8e25eec
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 @@ -38,6 +38,6 @@ jobs:
- name: Release
env:
NPM_CONFIG_USERCONFIG: /dev/null
YARN_NPM_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional
run: yarn npm publish

0 comments on commit 8e25eec

Please sign in to comment.