Skip to content

Commit 7fe6204

Browse files
authored
Merge pull request #143 from powersync-ja/fix/melos-publishing
fix: Add yes flag to confirm publishing
2 parents f4f7c33 + 3950f19 commit 7fe6204

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)