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 ece2ab0 commit 7204598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: yarn install --immutable
- run: yarn build:hardhat
- run: yarn build:tsc
- run: yarn npm publish --access public --non-interactive
- run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn version patch
Expand Down

0 comments on commit 7204598

Please sign in to comment.