Skip to content

Commit 1ad9541

Browse files
authored
fix
1 parent c23fd0b commit 1ad9541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
- name: Build and verify with Maven 🔨
104104
run: mvn --batch-mode --update-snapshots verify $MAVEN_ARGS
105105
- name: Publish to Maven Central
106-
run: mvn deploy $MAVEN_ARGS
106+
run: mvn central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107+
# run: mvn deploy $MAVEN_ARGS
107108
env:
108109
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
109110
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)