Skip to content

Commit 4abd765

Browse files
committed
fix: remove flutter-version from workflow (use channel only)
1 parent 00a08a1 commit 4abd765

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish-to-pub-dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Setup Flutter
3535
uses: subosito/flutter-action@v2
3636
with:
37-
flutter-version: 'stable'
3837
channel: 'stable'
3938
- name: Dry-run publish
4039
run: flutter pub publish --dry-run
@@ -49,7 +48,6 @@ jobs:
4948
- name: Setup Flutter
5049
uses: subosito/flutter-action@v2
5150
with:
52-
flutter-version: 'stable'
5351
channel: 'stable'
5452
- name: Configure pub.dev credentials
5553
env:

0 commit comments

Comments
 (0)