Skip to content

Commit

Permalink
Fix settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Dec 28, 2023
1 parent 6e9de63 commit da8834b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build and Publish with Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
Expand Down

0 comments on commit da8834b

Please sign in to comment.