From b6097d213a4fd6fb41ff4151843e062d7184fb0d Mon Sep 17 00:00:00 2001 From: Adrian Hesketh Date: Sun, 25 Oct 2020 19:19:55 +0000 Subject: [PATCH] Modified Makefile to use pass instead of gopass (https://github.com/gopasspw/gopass/issues/1365) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a2fe63..1bbeaff 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ build-snapshot: goreleaser build --snapshot --rm-dist release: - if [ "${GITHUB_TOKEN}" == "" ]; then echo "No github token, run:"; echo "export GITHUB_TOKEN=`gopass github.com/goreleaser_access_token`"; exit 1; fi + if [ "${GITHUB_TOKEN}" == "" ]; then echo "No github token, run:"; echo "export GITHUB_TOKEN=`pass github.com/goreleaser_access_token`"; exit 1; fi ./push-tag.sh goreleaser --rm-dist