From 10511362f8c312862fa94c4c8a6359eb36f52590 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 15 Jun 2020 18:34:01 +0200 Subject: [PATCH] Remove unshallow step (goreleaser/goreleaser#1608) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61a6738d..63546722 100644 --- a/README.md +++ b/README.md @@ -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