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:
parent
b5f14be757
commit
5713eec15f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user