Skip to content

Commit 3950f19

Browse files
committed
fix: Add yes flag to confirm publishing
1 parent f4f7c33 commit 3950f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: Publish packages dry run
2929
run: |
30-
melos publish
30+
melos publish --yes
3131
3232
- name: Publish packages
3333
run: |
34-
melos publish --no-dry-run
34+
melos publish --no-dry-run --yes

0 commit comments

Comments
 (0)