Skip to content

Commit

Permalink
More globby?
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Aug 6, 2024
1 parent 59652e3 commit c7fb522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
ignore-packages: |
pkgs/cupertino_http/
pkgs/cronet_http/
pkgs/ok_http/
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
6 changes: 3 additions & 3 deletions .github/workflows/publish_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
use-flutter: true
ignore-packages: |
pkgs/http/
pkgs/http_profile/
pkgs/web_socket/
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 c7fb522

Please sign in to comment.