We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce42a3 commit b88afafCopy full SHA for b88afaf
.github/workflows/release.yaml
@@ -28,4 +28,4 @@ jobs:
28
goarch: ${{ matrix.goarch }}
29
goversion: "1.19"
30
project_path: "."
31
- ldflags: -X "main.semver=$(VERSION)"
+ ldflags: -X "main.semver=${{github.ref_name}}"
0 commit comments