Skip to content

Commit

Permalink
Try to publish again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Jan 3, 2025
1 parent 2f354f5 commit c9c7e96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode --update-snapshots verify -DprofileIdEnabled=true -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Psign-artifacts
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

Expand All @@ -61,7 +61,7 @@ jobs:

- name: Publish to Maven Central
run: |
mvn --no-transfer-progress --batch-mode deploy -DskipTests -X
mvn --no-transfer-progress --batch-mode deploy -X -DskipTests
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit c9c7e96

Please sign in to comment.