Skip to content

Commit 5d0a654

Browse files
authored
Merge pull request #75 from giusdp/main
Fix version flag in release CI
2 parents d519cb6 + c45c36d commit 5d0a654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
goos: ${{ matrix.goos }}
5050
goarch: ${{ matrix.goarch }}
51-
ldflags: "-X main.CLIVersion=${{github.ref_name}}"
51+
ldflags: "-X main.FLVersion=${{github.ref_name}}"
5252
project_path: "./cmd/fl"
5353
binary_name: "fl"
5454
extra_files: LICENSE README.md

0 commit comments

Comments
 (0)