Skip to content

Commit

Permalink
Update publish_maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Feb 13, 2024
1 parent d05fb75 commit 954ea6e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ jobs:
echo "auto_release=false" >> $GITHUB_ENV
fi
- name: Publish package
run: mvn -B -U \
-Pci-cd \
source:jar \
-s settings.xml \
-Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }} \
-DreleaseVersion=${{ github.event.inputs.releaseVersion }} \
-DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} \
--batch-mode deploy -X -e
run: mvn --batch-mode deploy -e
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 954ea6e

Please sign in to comment.