Skip to content

Commit

Permalink
Merge pull request #46 from jiep/44-install-hub
Browse files Browse the repository at this point in the history
Add hub
  • Loading branch information
jiep authored Dec 25, 2023
2 parents bad4ff3 + d0f7e44 commit bb3b8fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Maven
run: sudo mkdir -p /usr/share/man/man1/ && sudo apt update && sudo apt install -y maven python3
- name: Install Maven and Hub
run: sudo mkdir -p /usr/share/man/man1/ && sudo apt update && sudo apt install -y maven python3 hub

- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
Expand All @@ -38,6 +39,7 @@ jobs:
for asset in ./*.jar; do
assets+=("-a" "$asset")
done
hub release create "${assets[@]}" -m "v$VERSION" "v$VERSION"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb3b8fd

Please sign in to comment.