Skip to content

Commit 3871c6a

Browse files
authored
fix: fetch all history
1 parent b0549d8 commit 3871c6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
37-
37+
with:
38+
fetch-depth: 0
3839
- name: Set up Go
3940
uses: actions/setup-go@v3
4041
with:
@@ -53,7 +54,7 @@ jobs:
5354
git config user.email github-actions@github.com
5455
git add .github/bin/helmRepoIndex
5556
git commit -m "chore: update dev helm repo index ($GITHUB_REF)"
56-
git push origin HEAD:main
57+
git push
5758
5859
release:
5960
needs: go-build

0 commit comments

Comments
 (0)