mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +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:
parent
2793f365ab
commit
4529e93010
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -80,8 +80,7 @@ jobs:
|
|||||||
- run: df -h
|
- run: df -h
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1000 # never anything near had that many commits in a release anyway.
|
fetch-depth: 0
|
||||||
fetch-tags: true
|
|
||||||
- uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1
|
- uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v1
|
||||||
with:
|
with:
|
||||||
version: 3.x
|
version: 3.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user