There was an error while loading. Please reload this page.
1 parent f106e7a commit 7021fb0Copy full SHA for 7021fb0
1 file changed
.goreleaser.yaml
@@ -68,6 +68,7 @@ checksum:
68
- glob: ./_artifacts/helm/*.tgz
69
- glob: ./_artifacts/infrastructure-components.yaml
70
- glob: ./_artifacts/metadata.yaml
71
+ - glob: ./templates/cluster-template.yaml
72
73
# Attach the clusterctl provider artifacts to the GitHub release so
74
# `clusterctl init --infrastructure oxide` can discover and install the
@@ -80,6 +81,7 @@ release:
80
81
extra_files:
82
83
84
85
86
# NOTE: helm charts are pushed to the OCI registry by the `release` Makefile
87
# target after goreleaser finishes. A custom publisher can't do it: goreleaser
0 commit comments