Skip to content

Commit

Permalink
RE-168 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Relluem94 committed Mar 12, 2024
1 parent 9b5f296 commit 2948f56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
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 with Maven
run: mvn -B package --file pom.xml -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to GitHub Packages Apache Maven
run: mvn --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
env:
Expand Down

0 comments on commit 2948f56

Please sign in to comment.