We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e3da4 commit 02bbcefCopy full SHA for 02bbcef
.github/workflows/release.yaml
@@ -70,7 +70,6 @@ jobs:
70
if: startsWith(github.ref, 'refs/tags/v')
71
run: |
72
mkdir -p config/release
73
- kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
74
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
75
echo '[CHANGELOG](https://github.com/DoodleScheduling/${{ env.CONTROLLER }}/blob/master/CHANGELOG.md)' > ./config/release/notes.md
76
- uses: anchore/sbom-action/download-syft@v0
0 commit comments