Skip to content

Commit

Permalink
Merge pull request #203 from Syuparn/fix-fetch-depth
Browse files Browse the repository at this point in the history
ci: fetch all commits for changelog
  • Loading branch information
Syuparn authored Sep 24, 2021
2 parents 71da323 + ea4573c commit f5af8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
# NOTE: fetch all commits for changelogs, otherwise release note gets empty!
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit f5af8b3

Please sign in to comment.