From 7309d68d65a459d48092eb53e052ff2fc1497fa2 Mon Sep 17 00:00:00 2001 From: Sergi Vos Date: Thu, 4 Jun 2020 19:55:25 +0200 Subject: [PATCH] goreleaser fetch-depth --- .github/workflows/goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 9ff87c3..ceb13ba 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -9,7 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@master + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: goreleaser uses: docker://goreleaser/goreleaser:latest env: