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

docs: typo fixes

This commit is contained in:
Carlos A Becker 2022-08-01 15:58:51 -03:00
parent 05b3fbd305
commit a05b776334
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -24,7 +24,7 @@ publishers:
### Environment
Commands which are executed as custom publishers only inherit a subset of
Commands, which are executed as custom publishers only inherit a subset of
the system environment variables (unlike existing hooks) as a precaution to
avoid leaking sensitive data accidentally and provide better control of the
environment for each individual process where variable names may overlap
@ -41,7 +41,7 @@ Environment variables that are kept:
- `PATH`
You can however use `.Env.NAME` templating syntax which enables
You can however use `.Env.NAME` templating syntax, which enables
more explicit inheritance.
```yaml
@ -129,7 +129,7 @@ publishers:
name_template: file.txt # note that this only works if glob matches 1 file only
```
These settings should allow you to push your artifacts to any number of endpoints
These settings should allow you to push your artifacts to any number of endpoints,
which may require non-trivial authentication or has otherwise complex requirements.
!!! tip