From d3f9a79c266eae3e1066beba0f0734cdbe0917f1 Mon Sep 17 00:00:00 2001 From: Konrad Dysput Date: Tue, 2 Jul 2024 18:59:21 +0200 Subject: [PATCH] Change the way how a step reads github tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 114fcc9..e0ed1ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Extract version from tag id: extract_version - run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $env:GITHUB_ENV + run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $env:GITHUB_ENV shell: pwsh - name: Verify extracted version