Skip to content

Commit d17a563

Browse files
authored
Update release.yaml
1 parent c9ffe10 commit d17a563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Configure Git
1921
run: |
@@ -24,4 +26,3 @@ jobs:
2426
uses: helm/[email protected]
2527
env:
2628
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
27-
CR_SKIP_EXISTING: false

0 commit comments

Comments
 (0)