Skip to content

Commit 778be81

Browse files
authored
👷 Publish with Flutter setup (#650)
1 parent 7d174ae commit 778be81

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

‎.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: dart-lang/setup-dart@v1
17+
- uses: flutter-actions/[email protected]
1718
- name: Install dependencies
1819
run: dart pub get
1920
- name: Prepare Melos workspace

‎melos.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ scripts:
110110
- flutter_gen
111111
- flutter_gen_core
112112
- flutter_gen_runner
113+
114+
publish:dry:
115+
run: dart pub publish --dry-run
116+
exec:
117+
concurrency: 1
118+
failFast: true
119+
packageFilters:
120+
scope:
121+
- flutter_gen
122+
- flutter_gen_core
123+
- flutter_gen_runner

0 commit comments

Comments
 (0)