Skip to content

Commit

Permalink
👷 Install hub tool manually in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Oct 21, 2023
1 parent 00daf68 commit 72ec1cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72ec1cb

Please sign in to comment.