Skip to content

Commit

Permalink
Merge pull request #217 from imeoer/action-fix-hub
Browse files Browse the repository at this point in the history
action: fix lost hub command on release
  • Loading branch information
imeoer committed Oct 16, 2023
2 parents f902238 + 6881e4b commit c090de9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
name: harbor-acceld-artifacts
path: |
${{ env.OUTPUT_DIR }}
- name: Install hub Command
run: |
sudo apt install -y hub
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c090de9

Please sign in to comment.