Skip to content

Commit 100b909

Browse files
committed
Test publishing dry run
1 parent f1361ef commit 100b909

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919

2020
- uses: dart-lang/setup-dart@v1 # Creates and configures token for publishing
2121

22+
- name: Install melos
23+
run: dart pub global activate melos
24+
2225
- name: Publish packages dry run
2326
run: |
2427
melos publish
2528
26-
- name: Publish packages
27-
run: |
28-
melos publish --no-dry-run
29+
# - name: Publish packages
30+
# run: |
31+
# melos publish --no-dry-run

0 commit comments

Comments
 (0)