Skip to content

Commit

Permalink
Install hub (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 6, 2023
1 parent e5e268c commit 78a5d34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Create Github Release
continue-on-error: true
run: hub release create -t $SHA -m $MESSAGE $(date +%G-W%V-%u)
run: |
sudo apt-get update && sudo apt-get install -y hub
hub release create -t $SHA -m $MESSAGE $(date +%G-W%V-%u)
env:
SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 78a5d34

Please sign in to comment.