Skip to content

Commit

Permalink
Merge pull request #21 from kosukesaigusa/ci/fix_publish_ci
Browse files Browse the repository at this point in the history
ci: fix publish ci
  • Loading branch information
kosukesaigusa authored Dec 22, 2023
2 parents eb272a0 + 1edcd05 commit 1b8c8a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Publish flutterfire_gen_annotation
run: |
cd packages/flutterfire_gen_annotation
Expand All @@ -46,6 +49,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Publish flutterfire_gen_utils
run: |
cd packages/flutterfire_gen_utils
Expand Down

0 comments on commit 1b8c8a2

Please sign in to comment.