Skip to content

Commit

Permalink
Fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte authored Dec 11, 2024
1 parent b3d5d52 commit 0ec833c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
server-username: ${{ github.actor }} # Automatically uses the GitHub actor (username)
server-password: ${{ secrets.TOKEN }}
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
Expand Down

0 comments on commit 0ec833c

Please sign in to comment.