Skip to content

Commit c45c36d

Browse files
committed
ci(release): fix version flag
1 parent d519cb6 commit c45c36d

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)