Skip to content

Commit

Permalink
UPDATE output sha256 after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RecuencoJones committed Aug 21, 2018
1 parent 653cc0e commit 222e10f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }')"

0 comments on commit 222e10f

Please sign in to comment.