Skip to content

Commit

Permalink
chore: change goreleaser options due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Mar 10, 2023
1 parent c2d18aa commit 3c69367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ Create production build with goreleaser.
```sh
if [ "${GITHUB_TOKEN}" == "" ]; then echo "No github token, run:"; echo "export GITHUB_TOKEN=`pass github.com/goreleaser_access_token`"; exit 1; fi
./push-tag.sh
goreleaser --rm-dist
goreleaser --clean
```
# Code signing
Expand Down

0 comments on commit 3c69367

Please sign in to comment.