Skip to content

Commit

Permalink
[ci] fix deprecation warnings from goreleaser linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 20, 2024
1 parent ba888b4 commit 1dc2642
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ builds:
# - the name of the output binary is step-cli
<< : *BUILD
id: nfpm
goos:
- linux
goarch:
- amd64
- arm64
targets:
- linux_amd64
- linux_arm64
binary: step-cli

archives:
Expand Down Expand Up @@ -165,7 +163,7 @@ publishers:
cmd: ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

release:
# Repo in which the release will be created.
Expand Down

0 comments on commit 1dc2642

Please sign in to comment.