Skip to content

Commit

Permalink
👷 Publish with Flutter setup (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Feb 5, 2025
1 parent 7d174ae commit 778be81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: flutter-actions/setup-flutter@v4.0
- name: Install dependencies
run: dart pub get
- name: Prepare Melos workspace
Expand Down
11 changes: 11 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,14 @@ scripts:
- flutter_gen
- flutter_gen_core
- flutter_gen_runner

publish:dry:
run: dart pub publish --dry-run
exec:
concurrency: 1
failFast: true
packageFilters:
scope:
- flutter_gen
- flutter_gen_core
- flutter_gen_runner

0 comments on commit 778be81

Please sign in to comment.