Skip to content

Commit

Permalink
Merge pull request #60 from theBeginner86/thebeginner86/chore/release-2
Browse files Browse the repository at this point in the history
[chore] Fix failing Release
  • Loading branch information
theBeginner86 authored Nov 10, 2024
2 parents a232f4e + 9518ae9 commit 579bc4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ archives:
- install-binary.sh

snapshot:
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}"
version_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Runtime.Goos }}_{{ .Runtime.Goarch }}"

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
algorithm: sha256
name_template: 'checksums.txt'

changelog:
sort: asc
Expand Down

0 comments on commit 579bc4e

Please sign in to comment.