Skip to content

Commit c9fd997

Browse files
committed
fix: VERSION name type error
1 parent d06cbfd commit c9fd997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.slsa-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ binary: lcode-hub-{{ .Os }}-{{ .Arch }}
3030

3131
# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232
ldflags:
33-
- "-X main.Version={{ .Env.VERSION }}"
33+
- "-X main.VERSION={{ .Env.VERSION }}"

0 commit comments

Comments
 (0)