Skip to content

Commit

Permalink
fetch-depth to 0 for changelog
Browse files Browse the repository at this point in the history
Signed-off-by: kouki <kouworld0123@gmail.com>
  • Loading branch information
kmdkuk committed Nov 19, 2023
1 parent 58a3883 commit a9ded6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit a9ded6d

Please sign in to comment.