Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez committed Aug 17, 2024
1 parent f9e57ed commit 51ae6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
# - name: remove test dir
# run: rm -fr src/test
- name: check settings.xml
run: cat .m2/settings.xml
run: cat $HOME/.m2/settings.xml

- name: Publish Maven Package
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy --file pom.xml

Expand Down

0 comments on commit 51ae6aa

Please sign in to comment.