Skip to content

Commit c0b0a78

Browse files
committed
chore: Remove yarn publish step from publish workflow
1 parent ab01842 commit c0b0a78

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,3 @@ jobs:
2929
run: npm publish
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32-
33-
- name: Publish to Yarn
34-
run: yarn publish
35-
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)