Skip to content

Commit b88afaf

Browse files
author
Gregor Gololicic
committed
fix ld
1 parent 3ce42a3 commit b88afaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
goarch: ${{ matrix.goarch }}
2929
goversion: "1.19"
3030
project_path: "."
31-
ldflags: -X "main.semver=$(VERSION)"
31+
ldflags: -X "main.semver=${{github.ref_name}}"

0 commit comments

Comments
 (0)