From 222e10f453b1a17552ccb329e8ba3a6806ff2c71 Mon Sep 17 00:00:00 2001 From: David Recuenco Date: Tue, 21 Aug 2018 13:22:21 +0200 Subject: [PATCH] UPDATE output sha256 after deploy --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 93792ff..63318a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,6 @@ deploy: body: "https://github.com/RecuencoJones/npmrc#install" on: tags: true + +after_deploy: +- echo "Brew hash: $(shasum -a 256 ./bin/darwin_amd64.tar.gz | awk '{ print $1 }')"