Skip to content

Commit 01f7176

Browse files
committed
Merge branch 'main' into chore/bump-versions
2 parents f288a34 + 7fe6204 commit 01f7176

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)