Skip to content

Commit 300f772

Browse files
authored
Merge pull request #11309 from strongjz/fix-helm
fix git ref error in helm release ci
2 parents 1e60f15 + b330f96 commit 300f772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
steps:
6666
- name: Checkout master
6767
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
68-
ref: ${{ github.ref_name }}
6968
with:
7069
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
7170
fetch-depth: 0
71+
ref: ${{ github.ref_name }}
7272

7373
- name: Setup
7474
shell: bash

0 commit comments

Comments
 (0)