Skip to content

Commit

Permalink
Merge pull request #96 from Uniswap/matteen/fix-env-var
Browse files Browse the repository at this point in the history
fix env var name
  • Loading branch information
matteenm authored Sep 12, 2024
2 parents 39d557a + b982547 commit ecd268c
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
NPM_TOKEN: ${{ env.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional
run: yarn publish

0 comments on commit ecd268c

Please sign in to comment.