Pin helm-gh-pages action to stable version v1.7.0

- Use stable release instead of @master to avoid potential regressions
- This should help resolve the 'gzip: invalid magic' error
This commit is contained in:
chrislu
2025-08-05 08:42:05 -07:00
parent 4f38b7c3b9
commit 2d11e9bc1a

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
uses: stefanprodan/helm-gh-pages@v1.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: k8s/charts