Skip to content

Commit 783ecf6

Browse files
authored
[CI] Fix for helm release action (#183)
1 parent 9e9960c commit 783ecf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Configure Git
1719
run: |

0 commit comments

Comments
 (0)