Skip to content

Commit f40fa21

Browse files
committed
Fix generation of deployment yamls
This supersedes the 1.10.0-rc1 release which only contained a ccm-networks.yaml. Otherwise both releases are identical.
1 parent a0e90ca commit f40fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ release:
3939
ids: [""]
4040
draft: true
4141
extra_files:
42-
- glob: "./deploy/ccm-*.yaml"
42+
- glob: "./deploy/ccm*.yaml"

0 commit comments

Comments
 (0)