Skip to content

Commit ba0d6c2

Browse files
committed
Relax tag format requirements to trigger release build
1 parent 3a9ad5a commit ba0d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'prepare release'
33
on:
44
push:
55
tags:
6-
- '[0-9]+.[0-9]+.?[ab]?[0-9]+'
6+
- '[0-9]+.[0-9]+*'
77
permissions:
88
# allow a write access to GitHub Releases
99
contents: write

0 commit comments

Comments
 (0)