Skip to content

Commit

Permalink
Change helm/chart-releaser step version to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: shirtabachii <[email protected]>
  • Loading branch information
shirtabachii authored Apr 10, 2024
1 parent 82d6085 commit 60850f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"

- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 - currently there is a bug on 1.6.0 version, can upgrade back when it'll be solved - https://github.com/helm/chart-releaser-action/issues/171
with:
config: "./.github/configs/cr.yaml"
skip_packaging: true
Expand Down

0 comments on commit 60850f9

Please sign in to comment.