Skip to content

Commit c668d11

Browse files
author
Victor Martins
committed
ci: undo yarn publish
1 parent a6490b7 commit c668d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Run build
3030
run: yarn build
3131
- name: Publish to npm
32-
run: yarn publish --non-interactive
32+
run: yarn publish
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)