Skip to content

Commit 8289590

Browse files
authored
fix
1 parent 1ad9541 commit 8289590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +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 central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
106+
run: mvn verify central-publishing:publish -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107107
# run: mvn deploy $MAVEN_ARGS
108108
env:
109109
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)