Skip to content

Commit 409b769

Browse files
committed
And give it another stab at matching releases more simply
If in doubt, the next release can certainly be triggered by hand which is acceptable.
1 parent cb6cdb0 commit 409b769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
# branches:
2020
# - fix-releases
2121
tags:
22-
- "v[0-9]+.[0-9]+.[0-9]+"
22+
- v*
2323
jobs:
2424
create-release:
2525
name: create-release

0 commit comments

Comments
 (0)