Skip to content

Commit

Permalink
fix(action): goreleaser couldn't get history to make the correct chan…
Browse files Browse the repository at this point in the history
…glog
  • Loading branch information
deimosfr committed Dec 24, 2019
1 parent 6019d60 commit d172072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@master
Expand Down

0 comments on commit d172072

Please sign in to comment.