Skip to content

Commit

Permalink
fix: spectify flutter-action version for workflow (#238)
Browse files Browse the repository at this point in the history
* fix: spectify `flutter-action` version for workflow

Update prbuild.yml

* fix: release workflow error for window build
  • Loading branch information
appdevelpo authored Mar 14, 2024
1 parent 04812e6 commit 5cd64ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.12.0
with:
flutter-version: 3.16.8
channel: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.12.0
with:
flutter-version: 3.16.8
channel: stable
Expand Down

0 comments on commit 5cd64ef

Please sign in to comment.