Skip to content

Commit

Permalink
Merge pull request #123 from replicatedhq/gr118
Browse files Browse the repository at this point in the history
Goreleaser 118.2
  • Loading branch information
marccampbell authored Nov 2, 2019
2 parents 594e101 + 61472cb commit 0b08a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ gosec:

.PHONY: snapshot-release
snapshot-release:
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --snapshot --config deploy/.goreleaser.snapshot.yml
curl -sL https://git.io/goreleaser | VERSION=v0.118.2 bash -s -- --rm-dist --snapshot --config deploy/.goreleaser.snapshot.yml

.PHONY: release
release: export GITHUB_TOKEN = $(shell echo ${GITHUB_TOKEN_REPLICATEDBOT})
release:
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
curl -sL https://git.io/goreleaser | VERSION=v0.118.2 bash -s -- --rm-dist --config deploy/.goreleaser.yml

0 comments on commit 0b08a2d

Please sign in to comment.