Skip to content

Commit

Permalink
Removes setting and useless line in github publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrick-marie committed Sep 14, 2022
1 parent b420c74 commit 4e159ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml

- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down
19 changes: 0 additions & 19 deletions settings.xml

This file was deleted.

0 comments on commit 4e159ac

Please sign in to comment.