Skip to content

Commit 018d3b4

Browse files
authored
Update maven.yml
1 parent 82ff4bd commit 018d3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
4040

4141
- name: Publish to Apache Maven Central
42-
run: mvn -X -e -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }} --batch-mode release:prepare release:perform
42+
run: mvn -X -e -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }} --batch-mode deploy
4343
env:
4444
MAVEN_USERNAME: javaquery
4545
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)