Skip to content

Commit a6e2f01

Browse files
committed
#96: Arm Maven Central deploy again
1 parent 1bb7f04 commit a6e2f01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-to-maven-central.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Set projects Maven version to GitHub Action GUI set version
2828
run: mvn versions:set "-DnewVersion=${{ github.event.inputs.releaseversion }}" --no-transfer-progress
2929

30-
# - name: Publish package
31-
# run: mvn --batch-mode clean deploy --no-transfer-progress -P central-deploy -DskipTests=true
32-
# env:
33-
# MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
34-
# MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
35-
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
30+
- name: Publish package
31+
run: mvn --batch-mode clean deploy --no-transfer-progress -P central-deploy -DskipTests=true
32+
env:
33+
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
34+
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
35+
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3636

3737
- name: Generate changelog
3838
id: changelog

0 commit comments

Comments
 (0)