Skip to content

Commit

Permalink
Fix not to generate redundunt change logs (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yomo authored Sep 7, 2020
1 parent 015b477 commit 8162f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
- name: Set up Go 1.13
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 8162f9b

Please sign in to comment.