Skip to content

Commit

Permalink
enable releasing
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
  • Loading branch information
csatib02 committed Nov 21, 2024
1 parent 44263f3 commit 9c3993e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func Generate(dist string) config.Project {
By: "target",
},
Release: config.Release{
Disable: "true",
ReplaceExistingArtifacts: true,
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion distributions/axoflow-otel-collector/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9c3993e

Please sign in to comment.