Skip to content

Commit

Permalink
build: print out hc-releases version after installation (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Jul 6, 2020
1 parent 7b5440f commit 5a36fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
-H "Accept: application/octet-stream" ${DOWNLOAD_URL}
tar xzf /tmp/hc-releases.tgz
sudo mv hc-releases /usr/bin/hc-releases
hc-releases version
-
name: Import PGP key for archive signing
run: echo -e "${{ secrets.PGP_SIGNING_KEY }}" | gpg --import
Expand Down

0 comments on commit 5a36fdf

Please sign in to comment.