Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 5a20eac

Browse files
authored
Update betarelease.yml
1 parent 81c96ee commit 5a20eac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/betarelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
id: tagfilter
3434
with:
3535
text: ${{ needs.get-tag.outputs.tag }}
36-
regex: '^[0-9].[0-9].[0-9].[0-9]$'
36+
regex: '^/([0-9]\.[0-9]\.[0-9]\.[0-9])$'
37+
flags: gm
3738

3839
# Get revision number
3940
get-revision:

0 commit comments

Comments
 (0)