Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit d3a91a6

Browse files
committed
fix release project to build with GIT_TAG
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 7f5b3da commit d3a91a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-go-
3737
3838
- name: Build
39-
run: make -f builder.Makefile cross
39+
run: make GIT_TAG=${{ github.event.inputs.tag }} -f builder.Makefile cross
4040

4141
- name: License
4242
run: cp packaging/* bin/

0 commit comments

Comments
 (0)