Skip to content

Commit

Permalink
Auto-Publishing the staging-repo does not work (this way) :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
ja-fra committed Mar 26, 2024
1 parent 647d1c0 commit 2f80d89
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/maven-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,3 @@ jobs:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Publish Staging Repo to Central
if: github.ref_type == 'tag'
run: ./mvnw -B --no-transfer-progress
nexus-staging:release -DstagingDescription="$TAG"
env:
TAG: ${{ github.ref_name }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 comments on commit 2f80d89

Please sign in to comment.