Skip to content

Commit

Permalink
ci(publish): provide npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 22, 2024
1 parent 5752b37 commit eeed2db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:

- run: yarn lerna version --no-private --conventional-commits --create-release github --generate-release-notes --y

- run: yarn run publish --y
- run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
yarn run publish --y
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

0 comments on commit eeed2db

Please sign in to comment.