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.
2 parents 084fc30 + 4f4e79c commit e528ce5Copy full SHA for e528ce5
.github/workflows/publish-helm.yaml
@@ -28,7 +28,7 @@ jobs:
28
HELM_REPO_PATH: releases/helm-${{ github.event.release.tag_name }}/
29
steps:
30
- name: Install Helm
31
- uses: azure/setup-helm@v4.3.0
+ uses: azure/setup-helm@v4.3.1
32
with:
33
version: 3.14.4
34
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ubuntu-latest
59
60
61
62
63
64
.github/workflows/release.yaml
name: Check out code
0 commit comments