Skip to content

Commit

Permalink
Single line, no directory endings
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Aug 6, 2024
1 parent 2f8ad31 commit 0b2ca7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 1 addition & 4 deletions .github/workflows/publish_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b2ca7c

Please sign in to comment.