Skip to content

Commit

Permalink
Fix maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Aug 23, 2024
1 parent eb70b33 commit c6355bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
java-version: 8
distribution: temurin

- name: Build with Maven
run: |
mkdir -p ~/.m2
printf "<settings><servers><server><id>github</id><username>${{ secrets.ORG_USERNAME }}</username><password>${{ secrets.ORG_TOKEN }}</password></server></servers></settings>" > ~/.m2/settings.xml
Expand Down

0 comments on commit c6355bd

Please sign in to comment.