Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Cleanup after installing goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Jun 26, 2018
1 parent e7bc558 commit 3479a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem install package_cloud
curl -LO "https://github.com/goreleaser/goreleaser/releases/download/v$GORELEASER_VERSION/goreleaser_amd64.deb"
echo "$GORELEASER_CHECKSUM goreleaser_amd64.deb" | sha256sum --check --status -
sudo apt install ./goreleaser_amd64.deb
rm goreleaser_amd64.deb

make release

Expand Down

0 comments on commit 3479a91

Please sign in to comment.