mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 11:36:13 +08:00
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:
2
.github/workflows/helm_chart_release.yml
vendored
2
.github/workflows/helm_chart_release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user