We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0a4f0 commit 2c7c195Copy full SHA for 2c7c195
.github/workflows/helm.yml
@@ -26,7 +26,7 @@ jobs:
26
sed -ie "s/version: 0.0.0/version: ${TAG#helm-}/g" ./helm-chart/csi-driver/Chart.yaml
27
28
- name: Set up Helm
29
- uses: azure/setup-helm@v3
+ uses: azure/setup-helm@v4
30
31
- uses: actions/setup-python@v4
32
with:
@@ -70,7 +70,7 @@ jobs:
70
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
71
72
73
74
75
- name: Run chart-releaser
76
uses: helm/chart-releaser-action@v1.6.0
0 commit comments