Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound403 committed Oct 16, 2023
1 parent 9b2a93e commit ecddb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish to Maven Central
run: mvn -X --batch-mode --activate-profiles sonatype-nexus-staging clean deploy
run: mvn --activate-profiles sonatype-nexus-staging clean deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USER }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit ecddb55

Please sign in to comment.