Skip to content

Commit

Permalink
fix(maven dependencies)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Bibonne authored May 21, 2024
1 parent 95eee84 commit bdeb162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Build
run: ./build-with-maven.sh
run: mvn install
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit bdeb162

Please sign in to comment.