Skip to content

Commit 072a589

Browse files
Use helm 3.4.0 for release pipeline (#127)
Signed-off-by: Torsten Walter <[email protected]>
1 parent 724a3f4 commit 072a589

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,18 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
15-
- name: Fetch history
16-
run: git fetch --prune --unshallow
14+
with:
15+
fetch-depth: 0
1716

1817
- name: Configure Git
1918
run: |
2019
git config user.name "$GITHUB_ACTOR"
2120
git config user.email "[email protected]"
2221
23-
# See https://github.com/helm/chart-releaser-action/issues/6
2422
- name: Install Helm
25-
run: |
26-
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
27-
chmod 700 get_helm.sh
28-
./get_helm.sh
23+
uses: azure/setup-helm@v1
24+
with:
25+
version: v3.4.0
2926

3027
- name: Run chart-releaser
3128
uses: helm/[email protected]

0 commit comments

Comments
 (0)