From d3a91a6a2340d21bf889f224e1c97b5cd999af5d Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Thu, 2 Sep 2021 14:47:24 +0200 Subject: [PATCH] fix release project to build with GIT_TAG Signed-off-by: Nicolas De Loof --- .github/workflows/cli-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-release.yaml b/.github/workflows/cli-release.yaml index 4df63e51..d6c4a22d 100644 --- a/.github/workflows/cli-release.yaml +++ b/.github/workflows/cli-release.yaml @@ -36,7 +36,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/