Skip to content

Commit ea14467

Browse files
committed
chore(ci): fix yarn publish
1 parent 78c00c9 commit ea14467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"build","section":"Miscellaneous","hidden":true}]'
3939

4040
- name: Publish to NPM
41-
run: yarn ublish
41+
run: yarn publish
4242
if: ${{ steps.release.outputs.release_created }}
4343
env:
44-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
44+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)