Skip to content

Commit cfbae31

Browse files
authored
Update publish.yml
test change of regex for tags (deviation from example)
1 parent 652fc27 commit cfbae31

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,10 +3,10 @@ name: Publish to pub.dev
33
on:
44
push:
55
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+*'
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
99
publish:
1010
uses: dart-lang/setup-dart/.github/workflows/publish.yml
1111
# with:
12-
# working-directory: path/to/package/within/repository
12+
# working-directory: path/to/package/within/repository

0 commit comments

Comments
 (0)