Skip to content

Commit 2719c43

Browse files
authored
fix
1 parent 8289590 commit 2719c43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pipeline.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ 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 verify central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107-
# run: mvn deploy $MAVEN_ARGS
106+
run: mvn verify central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} $MAVEN_ARGS
108107
env:
109108
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
110109
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)