Skip to content

Commit c9c7e96

Browse files
author
Jonathan Wenger
committed
Try to publish again.
1 parent 2f354f5 commit c9c7e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "BEARER_TOKEN=${token}" >> $GITHUB_ENV
4949
5050
- name: Build with Maven
51-
run: mvn --batch-mode --update-snapshots verify
51+
run: mvn --batch-mode --update-snapshots verify -DprofileIdEnabled=true -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Psign-artifacts
5252
env:
5353
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
5454

@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Publish to Maven Central
6363
run: |
64-
mvn --no-transfer-progress --batch-mode deploy -DskipTests -X
64+
mvn --no-transfer-progress --batch-mode deploy -X -DskipTests
6565
env:
6666
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
6767
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)