1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

docs: format

This commit is contained in:
Carlos Alexandro Becker 2024-02-01 22:53:16 -03:00
parent 46c639bc8b
commit f62e94528f
No known key found for this signature in database

View File

@ -14,15 +14,17 @@ variable should be masked and optionally protected if the job will only run on
protected branches and tags.
!!! warning
If you use a project access token, make sure to set `use_package_registry`
to `true` as well, otherwise it might not work.
If you use a project access token, make sure to set `use_package_registry`
to `true` as well, otherwise it might not work.
!!! warning
If you are using a [protected variable](https://docs.gitlab.com/ee/ci/variables/#protected-cicd-variables)
to store any of the values needed by goreleaser, ensure that you are protecting the tags as CI jobs in
Gitlab only may access protected variables if the job is run for protected refs
([branches](https://docs.gitlab.com/ee/user/project/protected_branches.html),
[tags](https://docs.gitlab.com/ee/user/project/protected_tags.html)).
If you are using a [protected variable](https://docs.gitlab.com/ee/ci/variables/#protected-cicd-variables)
to store any of the values needed by goreleaser, ensure that you are protecting the tags as CI jobs in
Gitlab only may access protected variables if the job is run for protected refs
([branches](https://docs.gitlab.com/ee/user/project/protected_branches.html),
[tags](https://docs.gitlab.com/ee/user/project/protected_tags.html)).
See [Quick Start](https://goreleaser.com/quick-start/) for more information on
GoReleaser's environment variables.