Skip to content

Commit

Permalink
chore: use non-deprecated version_template in goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: lvlcn-t <[email protected]>
  • Loading branch information
lvlcn-t committed Nov 19, 2024
1 parent 16c6a90 commit a0d108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name: sparrow
snapshot:
name_template: "commit-{{ .ShortCommit }}"
version_template: "{{ .Tag }}-commit-{{ .ShortCommit }}"
builds:
- env: [CGO_ENABLED=0]
ldflags:
Expand Down

0 comments on commit a0d108b

Please sign in to comment.