Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
install github-release without updating go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment committed Sep 5, 2019
1 parent bedb81c commit a814bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sha256sum-darwin:
brew install coreutils && ln -s $$(which gsha256sum) /usr/local/bin/sha256sum`

github-release:
go get -u github.com/aktau/github-release
GO111MODULE=off go get -u github.com/aktau/github-release

package_cloud:
gem install package_cloud
Expand Down

0 comments on commit a814bc6

Please sign in to comment.