Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
# falls back to interactive OAuth and hangs in CI. Runs BEFORE flutter-action
# so flutter's `dart` ends up first on PATH for the publish, while the token
# configured here is still used (mirrors dart-lang's reusable publish.yml).
- uses: dart-lang/setup-dart@v1.7.2
- uses: dart-lang/setup-dart@v1.8.0

- uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2.23.0
with:
Expand Down