Skip to content

Commit b451149

Browse files
committed
Allow for non-beta releases (want to release v0.1.0)
1 parent 10875cf commit b451149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Release
66
on:
77
push:
88
tags:
9+
- v[0-9]*.[0-9]*.[0-9]*
910
- v[0-9]*.[0-9]*.[0-9]*-beta*
1011

1112
permissions:

0 commit comments

Comments
 (0)