Skip to content

Commit

Permalink
Refactor release script (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Jun 29, 2023
1 parent 3356aa0 commit 4536090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ git config --global user.email "$GIT_EMAIL"
git tag $version
git push --tags

curl -sL https://git.io/goreleaser | bash
curl -fsSL https://git.io/goreleaser | bash

0 comments on commit 4536090

Please sign in to comment.