mirror of https://github.com/openkruise/charts.git
Update publish action yaml
Signed-off-by: FillZpp <FillZpp.pub@gmail.com>
This commit is contained in:
parent
219e8ecd4c
commit
af3a2fba4c
|
|
@ -30,11 +30,11 @@ jobs:
|
|||
git config user.email "actions@github.com"
|
||||
|
||||
## This is required to consider the old Circle-CI Index and to stay compatible with all the old releases.
|
||||
- name: Fetch current Chart Index
|
||||
run: |
|
||||
git checkout origin/gh-pages index.yaml
|
||||
# - name: Fetch current Chart Index
|
||||
# run: |
|
||||
# git checkout origin/gh-pages index.yaml
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.2.0
|
||||
uses: helm/chart-releaser-action@v1.2.1
|
||||
with:
|
||||
config: "./.github/configs/cr.yaml"
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue