Skip to content

Commit

Permalink
Revert "Update chart-releaser-action to v1.6.0" (#46)
Browse files Browse the repository at this point in the history
Reverts #43

This action is not currently working. Same bug as
helm/chart-releaser-action#171
  • Loading branch information
vgrassia authored Nov 6, 2023
1 parent 105340d commit 5c96dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
if: ${{ github.event.inputs.release_mode != 'Dry Run' }}
env:
CR_GENERATE_RELEASE_NOTES: true
CR_MAKE_RELEASE_LATEST: true
CR_SKIP_EXISTING: true
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
with:
mark_as_latest: true
skip_existing: true
skip_packaging: true

0 comments on commit 5c96dcd

Please sign in to comment.