1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-27 23:09:52 +02:00

chore(ci): unshallow clone (#151)

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-06-16 09:37:27 -03:00 committed by GitHub
parent 8ebc6557ae
commit 8a94de5322
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,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