Skip to content

Commit e11f0b1

Browse files
committed
Fix regexes
1 parent 59a4776 commit e11f0b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
push:
9-
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
9+
tags: [ '[_0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
1010

1111
jobs:
1212
publish:

.github/workflows/publish_flutter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88
push:
9-
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
9+
tags: [ '[_0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)