Skip to content

Commit 94059a8

Browse files
committed
ci: remove hardcoded flutter version in publish.yaml
Signed-off-by: Shengqi Chen <[email protected]>
1 parent f9bd7f4 commit 94059a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish to pub.dev
22

3-
env:
4-
FLUTTER_VERSION: 3.38.3
5-
63
on:
74
push:
85
tags:
@@ -21,7 +18,6 @@ jobs:
2118
uses: flutter-actions/setup-flutter@v4
2219
with:
2320
channel: stable
24-
version: ${{ env.FLUTTER_VERSION }}
2521
cache: true
2622
- name: Install dependencies
2723
run: flutter pub get

0 commit comments

Comments
 (0)