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

docs: improve warning

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-03-24 23:26:14 -03:00
parent be4049e6d8
commit 00bf745534

View File

@ -47,7 +47,7 @@ jobs:
!!! warning
Note the `fetch-depth: 0` option on the `Checkout` workflow step. It is required for GoReleaser to work properly.
Without that, you might see a "refusing to run against a shallow clone" error.
Without that, GoReleaser might fail or behave incorrectly.
### Run on new tag