Skip to content

Commit 5d49d43

Browse files
Adjust release tag regex
1 parent 99391a8 commit 5d49d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create a (Pre)release on NuGet
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.[0-9]+.[0-9]+(-(alpha|beta|experimental|preview|rc).)?[0-9]+"
6+
- "v[0-9]+.[0-9]+.[0-9]+(-(alpha|beta|experimental|preview|rc).[0-9]+)?"
77

88
jobs:
99
release-nuget:

0 commit comments

Comments
 (0)