From e3b87c3ea8e6d48a409877a41be00b86ff82b430 Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Fri, 12 Jan 2024 13:51:01 -0500 Subject: [PATCH] adding fetch-depth to pull all refs and tags --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 507bb4f..9ec5910 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v4 with: fetch-tags: 1 + fetch-depth: 1 - name: Release with goreleaser uses: goreleaser/goreleaser-action@v5.0.0 env: