Skip to content

Commit

Permalink
Publishing to Maven Central - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsotrifork committed Nov 1, 2024
1 parent fe8b430 commit b8ebd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonatype-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# run: export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"

- name: Publish to Apache Maven Central
run: mvn deploy -PsonatypeDeploy
run: echo NOT YET RUNNING mvn deploy -PsonatypeDeploy
env:
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit b8ebd6a

Please sign in to comment.