Skip to content

Commit e4ddd3e

Browse files
authored
Merge pull request #1750 from dart-lang/fixTags
Fix tags
2 parents 54bf0f7 + 42b42e3 commit e4ddd3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
pull_request:
77
branches: [ master ]
88
push:
9-
tags: [ '[_0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
9+
tags:
10+
- '*-v[0-9]+.[0-9]+.[0-9]+'
11+
- '*-v[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+'
1012

1113
jobs:
1214
publish:

0 commit comments

Comments
 (0)