Skip to content

Commit

Permalink
Revert "chore(deps): update helm/chart-releaser-action action to v1.6…
Browse files Browse the repository at this point in the history
….0 (#407)"

This reverts commit afac818.
  • Loading branch information
gabe565 committed Nov 8, 2023
1 parent 1c111c8 commit 1f1cff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
done
- name: Install chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
with:
install_only: true

Expand Down Expand Up @@ -82,13 +82,13 @@ jobs:
done
- name: Publish charts
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
if: steps.package_charts.outputs.changed_charts != ''
with:
skip_packaging: true
pages_branch: helm-index
env:
CR_TOKEN: ${{ github.token }}
CR_PAGES_BRANCH: helm-index

build-docs:
name: Build Docs
Expand Down

0 comments on commit 1f1cff0

Please sign in to comment.