1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

ci: fix clone

fetch-tags seems to fail if current commit is tag? dunno, reverted it, shouldnt matter.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-11-14 11:39:03 -03:00
parent 2793f365ab
commit 4529e93010
No known key found for this signature in database

View File

@ -80,8 +80,7 @@ jobs:
- run: df -h
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 1000 # never anything near had that many commits in a release anyway.
fetch-tags: true
fetch-depth: 0
- uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1
with:
version: 3.x