From e2e7f44dd6f3bca4b2416d15d44f4159b5758859 Mon Sep 17 00:00:00 2001 From: Patrik Egyed Date: Thu, 20 May 2021 16:11:56 +0200 Subject: [PATCH] ci: fixed release 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 ff3969d5..2cef9226 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -217,7 +217,7 @@ jobs: run: | organization=${{ needs.configure-environment.outputs.github-organization }} repository=${{ needs.configure-environment.outputs.github-repository }} - tag=${{ needs.configure-environment.outputs.git-ref-basename }} + tag=${{ needs.configure-environment.outputs.git-refname }} echo "${{ github.token }}" | gh auth login --with-token