Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese authored Mar 11, 2024
1 parent eefbb38 commit 54d0553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Publish package
run: cd qanary_commons && mvn deploy -X -s $HOME/.m2/settings.xml && cat $HOME/.m2/settings.xml
run: cd qanary_commons && cat /home/runner/.m2/settings.xml && mvn deploy -X -s /home/runner/.m2/settings.xml
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 54d0553

Please sign in to comment.