From 0b2ca7c4a8e799a41aca8d10f341a5041c2b4866 Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Tue, 6 Aug 2024 00:34:23 +0000 Subject: [PATCH] Single line, no directory endings --- .github/workflows/publish.yaml | 5 +---- .github/workflows/publish_flutter.yaml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 648954eab8..b68158dc42 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,10 +13,7 @@ jobs: if: ${{ github.repository_owner == 'dart-lang' }} uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main with: - ignore-packages: | - pkgs/cupertino_http - pkgs/cronet_http - pkgs/ok_http + ignore-packages: pkgs/cupertino_http,pkgs/cronet_http,pkgs/ok_http permissions: id-token: write # Required for authentication using OIDC pull-requests: write # Required for writing the pull request note diff --git a/.github/workflows/publish_flutter.yaml b/.github/workflows/publish_flutter.yaml index 48b47b17a7..b42393e091 100644 --- a/.github/workflows/publish_flutter.yaml +++ b/.github/workflows/publish_flutter.yaml @@ -14,10 +14,7 @@ jobs: uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main with: use-flutter: true - ignore-packages: | - pkgs/http - pkgs/http_profile - pkgs/web_socket + ignore-packages: pkgs/http,pkgs/http_profile,pkgs/web_socket permissions: id-token: write # Required for authentication using OIDC pull-requests: write # Required for writing the pull request note