Skip to content

Commit 4db4cf9

Browse files
author
Joe Doss
committed
Fix conditional for uploading packages
1 parent ee2cf66 commit 4db4cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ publishers:
157157
ids:
158158
- packages
159159
cmd: ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
160-
disable: "{{ if .IsNightly }}true{{ end }}"
160+
disable: "{{ if .Prerelease }}true{{ end }}"
161161

162162
snapshot:
163163
name_template: "{{ .Tag }}-next"

0 commit comments

Comments
 (0)