From 37e0db31b89c054dbb0522905c7f26a78d6b5f0f Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Thu, 2 Sep 2021 14:48:56 +0200 Subject: [PATCH] fix release project to build with GIT_TAG Signed-off-by: Nicolas De Loof --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff1ab3e63..4294feb65 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: ${{ runner.os }}-go- - name: Build - run: make -f builder.Makefile cross + run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross - name: License run: cp packaging/* bin/