Skip to content

Commit

Permalink
downgrade chart releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh committed Jan 31, 2024
1 parent f9208ba commit 6e823b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
rm -rf .cr-release-packages
mkdir .cr-release-packages
helm package charts/argo-workflows -u -d .cr-release-packages/
- name: Run chart-releaser
uses: helm/chart-releaser-action@main
# todo: change later to v1.6.0 (also in agro-rollouts chart)
# issue: https://github.com/helm/chart-releaser-action/issues/171
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
with:
config: "./.github/configs/cr.yaml"
skip_packaging: true
Expand Down

0 comments on commit 6e823b0

Please sign in to comment.