mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
Fix Helm releasing to preserve creation timestamps (#3268)
This commit is contained in:
parent
9f8d2aef8e
commit
99efd8136f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/helm-release.yaml
vendored
4
.github/workflows/helm-release.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
version: v3.4.1
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: stefanprodan/helm-gh-pages@f1701eb82e4d4b82016e7965501c8b6d79feaec9 #v1.4.1
|
||||
uses: stefanprodan/helm-gh-pages@b43a8719cc63fdb3aa943cc57359ab19118eab3f #v1.5.0
|
||||
with:
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
linting: off
|
||||
linting: off
|
||||
|
|
Loading…
Add table
Reference in a new issue