Skip to content

Commit d826e75

Browse files
committed
Testing with the official dart-lang/setup-dart
1 parent b4c1a90 commit d826e75

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ jobs:
3535
run: flutter pub publish --dry-run
3636

3737
- name: Publish to pub.dev
38-
run: flutter pub publish --force
38+
uses: dart-lang/setup-dart@v1
39+
with:
40+
sdk: stable
41+
42+
- name: Publish to pub.dev
43+
run: dart pub publish --force
3944

4045
- name: Rename tag when fails
4146
if: failure()

0 commit comments

Comments
 (0)