Skip to content

Commit

Permalink
Replace dart with flutter in Publish workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillellamudisurya authored Sep 12, 2024
1 parent 611389f commit fdde1d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: flutter-actions/setup-flutter@v3
with:
flutter-version: '3.19.6'
- uses: flutter-actions/setup-pubdev-credentials@v1
- name: Install dependencies
run: dart pub get
run: flutter pub get
- name: Publish
run: dart pub publish
run: flutter pub publish
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.7
homepage: https://github.com/praja/jetpack

environment:
sdk: '>=2.19.2 <3.0.0'
sdk: '>=2.19.2 <4.0.0'
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit fdde1d1

Please sign in to comment.