mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: release CRDs manifests (#9849)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
bc2f50ae13
commit
c701284e37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -296,7 +296,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 2.9.0
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: config/crds/*.yaml
|
||||
file: config/crds/**/*.yaml
|
||||
file_glob: true
|
||||
tag: ${{ github.ref }}
|
||||
- name: Login to GHCR
|
||||
|
|
Loading…
Reference in a new issue