Skip to content

Commit

Permalink
Remove unshallow step (goreleaser/goreleaser#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 15, 2020
1 parent 62b67a0 commit 1051136
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -43,9 +43,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 1051136

Please sign in to comment.