From aeae68b5c4192e62f371e3228af1e239a535738f Mon Sep 17 00:00:00 2001 From: Matthias Langhard Date: Thu, 4 Nov 2021 13:38:51 +0100 Subject: [PATCH] feat: allows pipeline to run with 'v' prefix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14395ac..6f0f607 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ running tests for tag: publish to nuget: only: - - /^\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number + - /^v+\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number image: mcr.microsoft.com/dotnet/sdk:5.0 stage: publish script: