diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index f28e223..f09f8fd 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -15,10 +15,13 @@ jobs: with: fetch-depth: 0 + - name: Fetch all tags + run: git fetch --force --tags + - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 'stable' + go-version: '1.20' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4