use pregenerated settings.xml file

This commit is contained in:
Tyler Murphy 2021-12-20 18:42:11 -05:00
parent 14eb9328d8
commit 08c08d3464
2 changed files with 2 additions and 2 deletions

View file

@ -25,6 +25,6 @@ jobs:
run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn -B deploy
env:
GITHUB_TOKEN: ${{ github.token }}

View file

@ -25,6 +25,6 @@ jobs:
run: mvn -B package --file pom.xml
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
run: mvn -B deploy
env:
GITHUB_TOKEN: ${{ github.token }}