Skip to content

Commit

Permalink
chore: Remove yarn publish step from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansaurabh committed Jun 8, 2024
1 parent ab01842 commit c0b0a78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to Yarn
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c0b0a78

Please sign in to comment.