Skip to content

Commit

Permalink
Update documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Sep 4, 2023
1 parent ec2d936 commit f9fd663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ func main() {
Build test release:
```bash
goreleaser --skip-publish --rm-dist --skip-validate
goreleaser --skip-publish --clean --skip-validate
```
Build and release:
```bash
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --rm-dist
GITHUB_TOKEN=$GITHUB_TOKEN goreleaser --clean
```
### License
Expand Down

0 comments on commit f9fd663

Please sign in to comment.