Skip to content

Commit 1ea6ffd

Browse files
Update publish.yml.twig
1 parent 7bc2054 commit 1ea6ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/flutter/.github/workflows/publish.yml.twig

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)