Skip to content

Commit f759454

Browse files
committed
have publish and health workflow use the beta sdk
1 parent a8d5c20 commit f759454

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/health.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
with:
1111
ignore_coverage: "**.mock.dart,**.g.dart"
1212
ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart,pkgs/platform/*"
13+
sdk: beta
1314
permissions:
1415
pull-requests: write

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515
with:
16+
sdk: beta
1617
write-comments: false
1718
permissions:
1819
id-token: write

0 commit comments

Comments
 (0)