Skip to content

Commit

Permalink
Merge pull request #103 from KeisukeYamashita/add-fetch-depth
Browse files Browse the repository at this point in the history
Add fetch depth to checkout for release workflow
  • Loading branch information
KeisukeYamashita authored Jan 1, 2021
2 parents 1980b77 + de6d6c2 commit 615c65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.15
Expand Down

0 comments on commit 615c65c

Please sign in to comment.