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 adef32a commit ece2ab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
- run: yarn install --immutable
- run: yarn build:hardhat
- run: yarn build:tsc
- run: yarn npm publish --patch --access public --non-interactive
- run: yarn npm publish --access public --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn version patch
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit ece2ab0

Please sign in to comment.