From 8cd99e443e029edb91ad7e00860262b3f2af1244 Mon Sep 17 00:00:00 2001 From: lfcyja Date: Fri, 6 Dec 2024 10:45:13 +0100 Subject: [PATCH] support version numbers with multiple digits and prereleases --- .github/workflows/publish-nuget.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index f7cf8ca..9e489f0 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -3,7 +3,8 @@ name: Publish NuGet Packages on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+' + - '*.*.*' + - '*.*.*-*' jobs: build-and-publish: