Skip to content

Commit

Permalink
chore: fix yarn publish (#401)
Browse files Browse the repository at this point in the history
* chore: fix yarn publish

* Update deploy.yml

* Update deploy.yml
  • Loading branch information
mr-uniswap committed Sep 12, 2024
1 parent ef3dede commit cbff29f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ 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 }}
run: yarn g:release
run: yarn npm publish


0 comments on commit cbff29f

Please sign in to comment.