Skip to content

Commit

Permalink
fix: added hub explicit installation after its removal
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoMagnini committed Jan 9, 2024
1 parent 73ed09e commit 71dbf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
echo "Releasing $A"
done
RELEASE_TAG='${{ steps.get-version.outputs.version }}'
sudo apt-get update && sudo apt-get install -y hub
hub release create "${ASSETS[@]}" -m "$RELEASE_TAG" "$RELEASE_TAG"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 71dbf18

Please sign in to comment.