1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

docs: improve actions docs

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-09-25 10:46:40 -03:00
parent 39f18943bf
commit 5058540112
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -53,10 +53,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.
#### The action does not install, configure or authenticate into dependencies
GoReleaser Action will not install nor setup 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. It's also the
user's responsibility to log in into tools that need it, such as docker.
#### Fetch depthness
Notice the `fetch-depth: 0` option on the `Checkout` workflow step.