Skip to content

Commit

Permalink
Fix deprecated goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Oct 20, 2024
1 parent 3fe250d commit 6d476da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/package/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ brews:
install: |
bin.install "semver"
test: |
system "#{bin}/semver version"
system "#{bin}/semver", "version"
description: A semantic versioning command line utility written in Go.
homepage: https://github.com/ffurrer2/semver
license: MIT
Expand Down Expand Up @@ -112,7 +112,7 @@ archives:
- src: README.md

snapshot:
name_template: '{{.Env.SNAPSHOT_VERSION}}'
version_template: '{{.Env.SNAPSHOT_VERSION}}'

checksum:
name_template: '{{.ProjectName}}_checksums.txt'
Expand Down

0 comments on commit 6d476da

Please sign in to comment.