diff --git a/cmd/goreleaser/internal/configure.go b/cmd/goreleaser/internal/configure.go index 2c28bb78..2397a53c 100644 --- a/cmd/goreleaser/internal/configure.go +++ b/cmd/goreleaser/internal/configure.go @@ -65,7 +65,7 @@ func Generate(dist string) config.Project { By: "target", }, Release: config.Release{ - Disable: "true", + ReplaceExistingArtifacts: true, }, } } diff --git a/distributions/axoflow-otel-collector/.goreleaser.yaml b/distributions/axoflow-otel-collector/.goreleaser.yaml index b83b6508..a9862c91 100644 --- a/distributions/axoflow-otel-collector/.goreleaser.yaml +++ b/distributions/axoflow-otel-collector/.goreleaser.yaml @@ -3,7 +3,7 @@ project_name: axoflow-otel-collector-releases env: - COSIGN_YES=true release: - disable: "true" + replace_existing_artifacts: true msi: - id: axoflow-otel-collector name: axoflow-otel-collector_{{ .Version }}_{{ .Os }}_{{ .MsiArch }}