Skip to content

Commit 3373fd7

Browse files
fix pub workflow
1 parent f34da98 commit 3373fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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:
1010
permissions:
1111
id-token: write
1212
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
1313
with:
14-
environment: pub.dev
14+
environment: pub.dev

0 commit comments

Comments
 (0)