Skip to content

Commit 23cbd59

Browse files
committed
bump helm version
1 parent 99d58a3 commit 23cbd59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
concurrency:
1111
group: helm-release
1212

13-
env:
14-
HELM_VERSION: 3.9.2 # Also update in lint-test.yaml
15-
1613
jobs:
1714
publish:
1815
permissions:
@@ -25,9 +22,7 @@ jobs:
2522
fetch-depth: 0
2623

2724
- name: Set up Helm
28-
uses: azure/setup-helm@v3
29-
with:
30-
version: ${{ env.HELM_VERSION }}
25+
uses: azure/[email protected]
3126

3227
- name: Configure Git
3328
run: |

0 commit comments

Comments
 (0)