From 72ec1cb1c39a681f2ce34ea8ed4c02b530cb12fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20C=C3=A1ceres?= Date: Sat, 21 Oct 2023 15:35:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Install=20hub=20tool=20manually?= =?UTF-8?q?=20in=20release=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ad957b5d..c4b8c38e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,12 @@ jobs: fail-fast: false steps: + + - name: Install hub + if: github.event.inputs.should_create_github_release == 'true' + run: | + sudo apt-get update && sudo apt-get install -y hub + - uses: actions/checkout@v4 - name: Inject slug/short variables