mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-16 07:30:32 +00:00
Remove unshallow step (goreleaser/goreleaser#1608)
This commit is contained in:
parent
62b67a060c
commit
10511362f8
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue