Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tliron committed Feb 2, 2022
1 parent f579c3d commit cd146f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ HERE=$(dirname "$(readlink --canonicalize "$BASH_SOURCE")")

"$HERE/build"

curl --silent --fail --location https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | \
sh -s -- -b "$GOPATH/bin"
#go get github.com/goreleaser/goreleaser
#curl --silent --fail --location https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | \
#sh -s -- -b "$GOPATH/bin"
go install github.com/goreleaser/goreleaser@latest

# Uses the current tag for the release version
# (So you likely want to tag before running this)
Expand Down

0 comments on commit cd146f4

Please sign in to comment.