Skip to content

Commit 42de4dd

Browse files
Update tag regex in publishing workflow
1 parent 23a2b12 commit 42de4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
types: [opened, synchronize, reopened, labeled, unlabeled]
77
push:
8-
tags: ["[A-z]+-v[0-9]+.[0-9]+.[0-9]+"]
8+
tags: ["[A-z_]+-v[0-9]+.[0-9]+.[0-9]+"]
99

1010
jobs:
1111
publish:

0 commit comments

Comments
 (0)