File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 if : ${{ github.repository_owner == 'dart-lang' }}
1414 uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515 with :
16- ignore-packages :
17- - pkgs/cupertino_http/
18- - pkgs/cronet_http/
19- - pkgs/ok_http/
16+ ignore-packages : |
17+ pkgs/cupertino_http/
18+ pkgs/cronet_http/
19+ pkgs/ok_http/
2020 permissions :
2121 id-token : write # Required for authentication using OIDC
2222 pull-requests : write # Required for writing the pull request note
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515 with :
1616 use-flutter : true
17- ignore-packages :
18- - pkgs/http/
19- - pkgs/http_profile/
20- - pkgs/web_socket/
17+ ignore-packages : |
18+ pkgs/http/
19+ pkgs/http_profile/
20+ pkgs/web_socket/
2121 permissions :
2222 id-token : write # Required for authentication using OIDC
2323 pull-requests : write # Required for writing the pull request note
You can’t perform that action at this time.
0 commit comments