File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7777 if : startsWith(github.ref, 'refs/tags/v')
7878 run : |
7979 mkdir -p config/release
80- kustomize build ./config/crd > ./config/release/${{ env.APP }}.crds.yaml
81- kustomize build ./config/manager > ./config/release/${{ env.APP }}.deployment.yaml
82- echo '[CHANGELOG](https://github.com/raffis/${{ env.APP }}/blob/master/CHANGELOG.md)' > ./config/release/notes.md
80+ kustomize build ./deploy/exporter > ./deploy/release/${{ env.APP }}.deployment.yaml
81+ echo '[CHANGELOG](https://github.com/raffis/${{ env.APP }}/blob/master/CHANGELOG.md)' > ./deploy/release/notes.md
8382 - uses : anchore/sbom-action/download-syft@v0
8483 - name : Create release and SBOM
8584 if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ builds:
55
66release :
77 extra_files :
8- - glob : config /release/*.yaml
8+ - glob : deploy /release/*.yaml
99
1010checksum :
1111 extra_files :
12- - glob : config /release/*.yaml
12+ - glob : deploy /release/*.yaml
1313
1414source :
1515 enabled : true
You can’t perform that action at this time.
0 commit comments