Update release.yml to install hub

Adding hub so the release workflow can run successfully.
I don't know where it came from previously, but if it was in Ubuntu by default it likely got taken out due to issues with the previous recommended install method:
https://github.com/mislav/hub/issues?q=is%3Aissue+snap
pull/591/head
Samantha Dawley 2023-10-18 13:51:41 -04:00 committed by GitHub
parent b2284aecee
commit 3482428bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ jobs:
run: |
sudo apt-get update -y || true
# install more dependencies
sudo apt-get -y -q install wget curl bash git
sudo apt-get -y -q install wget curl bash git hub
java -version
# want git >=2.24, hub >=2