mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-06-02 23:27:44 +02:00
docs: syntax on example
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
75c373bdf2
commit
244ca69a09
@ -56,9 +56,9 @@ It will be used to deploy releases to your GitHub/GitLab repository.
|
|||||||
You can create a token [here](https://github.com/settings/tokens/new) for GitHub or [here](https://gitlab.com/profile/personal_access_tokens) for GitLab.
|
You can create a token [here](https://github.com/settings/tokens/new) for GitHub or [here](https://gitlab.com/profile/personal_access_tokens) for GitLab.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ export GITHUB_TOKEN=`YOUR_GH_TOKEN`
|
$ export GITHUB_TOKEN="YOUR_GH_TOKEN"
|
||||||
# or
|
# or
|
||||||
$ export GITLAB_TOKEN=`YOUR_GL_TOKEN`
|
$ export GITLAB_TOKEN="YOUR_GL_TOKEN"
|
||||||
```
|
```
|
||||||
|
|
||||||
GoReleaser will use the latest
|
GoReleaser will use the latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user