Skip to content

Commit

Permalink
Modified Makefile to use pass instead of gopass (gopasspw/gopass#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Oct 25, 2020
1 parent 84db355 commit b6097d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b6097d2

Please sign in to comment.