From 7f630d9c42014ea48ecdc95d1c2164ebc2437341 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Fri, 29 Mar 2024 11:52:07 +0100 Subject: [PATCH] change variable --- .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 7a7d6a86f..fb43b7d77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,4 +53,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} build-args: | - GIT_VERSION_TAG=${{ github.ref }} + GIT_VERSION_TAG=${{ github.event.release.tag_name }}