Skip to content

Commit

Permalink
Revert ":zap: Publish to GitHub Packages Apache Maven"
Browse files Browse the repository at this point in the history
This reverts commit 9a01216.
  • Loading branch information
lzhpo committed Apr 27, 2024
1 parent a7cbf55 commit 5b94ee3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release-ossrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Publish to Apache Maven Central
- name: Release to Apache Maven Central
run: mvn clean deploy -Prelease-ossrh
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Publish to GitHub Packages Apache Maven
run: mvn clean deploy
env:
GITHUB_TOKEN: ${{ github.token }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 5b94ee3

Please sign in to comment.