From ceaf7383a64f6171417539e3c4c20d871415b174 Mon Sep 17 00:00:00 2001 From: Dave Thomas <7sharp9@users.noreply.github.com> Date: Wed, 4 May 2022 18:50:27 +0100 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9d0d481..94d2443a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Get version from tag id: tag_name run: | - echo ::set-output name=current_version::${GITHUB_REF#refs/tags/} + echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v} shell: bash - uses: actions/checkout@v3 - name: Setup dotnet