Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotoer authored Jul 31, 2024
1 parent 1e1ddeb commit 0aded9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- run: yarn install --immutable
- run: yarn build:hardhat
- run: yarn build:tsc
- run: yarn npm whoami
- run: |
yarn npm login
yarn npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn npm publish --access public
Expand Down

0 comments on commit 0aded9f

Please sign in to comment.