diff --git a/www/docs/ci/actions.md b/www/docs/ci/actions.md index 9d58f83b6..df63cfb39 100644 --- a/www/docs/ci/actions.md +++ b/www/docs/ci/actions.md @@ -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