Skip to content

Commit

Permalink
Fix the goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
spiegel-im-spiegel committed Dec 24, 2024
1 parent e921818 commit 588d0ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ builds:
flags:
- -trimpath
ldflags: -s -w -X github.com/goark/ml/facade.Version=v{{ .Version }}
binary: ml

source:
rlcp: true
archives:
-
format: tar.gz
Expand Down Expand Up @@ -58,7 +57,7 @@ changelog:
- Merge branch

snapshot:
name_template: SNAPSHOT-{{ .Commit }}
version_template: SNAPSHOT-{{ .Commit }}

checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'

0 comments on commit 588d0ed

Please sign in to comment.