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

docs: clarify action does not install other tools

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-06-14 15:26:20 -03:00
parent b5f14be757
commit 5713eec15f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -58,6 +58,11 @@ jobs:
```
!!! warning "Some things to look closely..."
#### The action does not install dependencies
GoReleaser Action will not install any other software needed to release.
It's the user's responsibility to install and configure Go, Docker, Syft,
Cosign and any other tools the release might need.
#### Fetch depthness
Notice the `fetch-depth: 0` option on the `Checkout` workflow step.
It is required for GoReleaser to work properly.