Skip to content

Commit 8453ab1

Browse files
committed
Fix publish action
1 parent 1f97c77 commit 8453ab1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Publish to pub.dev
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.[0-9]+*'
6+
- '[0-9]+.[0-9]+.[0-9]+*'
77

88
jobs:
99
publish:
10+
permissions:
11+
id-token: write
1012
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
11-

0 commit comments

Comments
 (0)