Skip to content

Commit 02bbcef

Browse files
committed
remove crd from release
1 parent 48e3da4 commit 02bbcef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
if: startsWith(github.ref, 'refs/tags/v')
7171
run: |
7272
mkdir -p config/release
73-
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
7473
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
7574
echo '[CHANGELOG](https://github.com/DoodleScheduling/${{ env.CONTROLLER }}/blob/master/CHANGELOG.md)' > ./config/release/notes.md
7675
- uses: anchore/sbom-action/download-syft@v0

0 commit comments

Comments
 (0)