From 786ed16ee0c1c4277426cc8c6610e442e49900d7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 8 Nov 2021 14:03:46 +0100 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index b151132..265ce51 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -18,7 +18,7 @@ jobs: - name: Extract branch name shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/tags/})" id: extract_branch - name: Setup NuGet