1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

docs: syntax on example

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-04-22 22:59:29 -03:00
parent 75c373bdf2
commit 244ca69a09
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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.
```sh
$ export GITHUB_TOKEN=`YOUR_GH_TOKEN`
$ export GITHUB_TOKEN="YOUR_GH_TOKEN"
# or
$ export GITLAB_TOKEN=`YOUR_GL_TOKEN`
$ export GITLAB_TOKEN="YOUR_GL_TOKEN"
```
GoReleaser will use the latest