Skip to content

Commit

Permalink
[workflow] Downgrading chart-releaser-action to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Jun 18, 2024
1 parent 1e704ee commit 1e1d80e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
with:
skip_packaging: true
skip_existing: true
packages_with_index: true
env:
CR_TOKEN: "${{ secrets.HELM_WORKFLOWS_TOKEN }}"
Expand Down

0 comments on commit 1e1d80e

Please sign in to comment.