Skip to content

Commit 275c23c

Browse files
author
Joe Doss
committed
More debugging.
1 parent 027ec6b commit 275c23c

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
@@ -188,7 +188,7 @@ publishers:
188188
- name: Google Cloud Artifact Registry
189189
ids:
190190
- packages
191-
cmd: ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
191+
cmd: IS_PRERELEASE={{ .Env.IS_PRERELEASE }} ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
192192

193193
snapshot:
194194
version_template: "{{ .Tag }}"

0 commit comments

Comments
 (0)