Skip to content

Commit

Permalink
Fix conditional for uploading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoss committed Jul 23, 2024
1 parent 86ad1a8 commit ca2217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ publishers:
ids:
- packages
cmd: ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
disable: "{{ if .IsNightly }}true{{ end }}"
disable: "{{ if .Prerelease }}true{{ end }}"

snapshot:
name_template: "{{ .Tag }}-next"
Expand Down

0 comments on commit ca2217e

Please sign in to comment.