We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724a3f4 commit 072a589Copy full SHA for 072a589
.github/workflows/release.yaml
@@ -11,21 +11,18 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
-
15
- - name: Fetch history
16
- run: git fetch --prune --unshallow
+ with:
+ fetch-depth: 0
17
18
- name: Configure Git
19
run: |
20
git config user.name "$GITHUB_ACTOR"
21
git config user.email "[email protected]"
22
23
- # See https://github.com/helm/chart-releaser-action/issues/6
24
- 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
+ uses: azure/setup-helm@v1
+ version: v3.4.0
29
30
- name: Run chart-releaser
31
uses: helm/[email protected]
0 commit comments