Skip to content

Commit d4c6425

Browse files
authored
Update publish.yml (#24)
* ok, this will work when dude from Poznan will validate settings in pub.dev
1 parent e97bd83 commit d4c6425

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#https://dart.dev/tools/pub/automated-publishing
12
name: Publish lint_quido to pub.dev
23
on:
34
push:
@@ -7,5 +8,9 @@ on:
78
jobs:
89
publish:
910
permissions:
10-
id-token: write
11+
id-token: write # Required for authentication using OIDC
12+
pull-requests: write
13+
#visit https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml
1114
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
with:
16+
use-flutter: true

0 commit comments

Comments
 (0)