Skip to content

Commit

Permalink
action: fix lost hub command on release
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Song <yansong.ys@antgroup.com>
  • Loading branch information
imeoer committed Oct 16, 2023
1 parent f902238 commit 6881e4b
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 6881e4b

Please sign in to comment.