Skip to content

Commit

Permalink
fix: re-org github action
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 21, 2022
1 parent 11f4d16 commit 9fc1aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
with:
java-version: '8'
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
cache: maven

- name: Build with Maven
run: mvn -B package --file pom.xml -Prelease
Expand Down

0 comments on commit 9fc1aed

Please sign in to comment.