Skip to content

Commit 2f8ad31

Browse files
committed
Less globby?
1 parent c7fb522 commit 2f8ad31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515
with:
1616
ignore-packages: |
17-
pkgs/cupertino_http/**
18-
pkgs/cronet_http/**
19-
pkgs/ok_http/**
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

.github/workflows/publish_flutter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
use-flutter: true
1717
ignore-packages: |
18-
pkgs/http/**
19-
pkgs/http_profile/**
20-
pkgs/web_socket/**
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

0 commit comments

Comments
 (0)