Skip to content

Commit

Permalink
Update publish action yaml
Browse files Browse the repository at this point in the history
Signed-off-by: FillZpp <[email protected]>
  • Loading branch information
FillZpp committed Oct 25, 2021
1 parent 219e8ec commit af3a2fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
git config user.email "[email protected]"
## 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/[email protected].0
uses: helm/[email protected].1
with:
config: "./.github/configs/cr.yaml"
env:
Expand Down

0 comments on commit af3a2fb

Please sign in to comment.