We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027ec6b commit 275c23cCopy full SHA for 275c23c
.goreleaser.yml
@@ -188,7 +188,7 @@ publishers:
188
- name: Google Cloud Artifact Registry
189
ids:
190
- packages
191
- cmd: ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
+ cmd: IS_PRERELEASE={{ .Env.IS_PRERELEASE }} ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
192
193
snapshot:
194
version_template: "{{ .Tag }}"
0 commit comments