Skip to content

Commit

Permalink
fix use of snapshot arg
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
  • Loading branch information
theBeginner86 committed Nov 10, 2024
1 parent 9518ae9 commit 87c3b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ archives:
- install-binary.sh

snapshot:
version_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}"
version_template: "{{ .Tag }}-next"

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 87c3b33

Please sign in to comment.