We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a96ec commit 81e1306Copy full SHA for 81e1306
1 file changed
.github/workflows/release.yaml
@@ -28,4 +28,4 @@ jobs:
28
goarch: ${{ matrix.goarch }}
29
goversion: "1.19"
30
project_path: "."
31
- ldflags: "-X https://github.com/sideninja/flow-cli/blob/master/flow.semver=$(VERSION)"
+ ldflags: "-X github.com/sideninja/flow-cli/flow.semver=$(VERSION)"
0 commit comments