Skip to content

Commit e04c16c

Browse files
committed
fix: Release Script
1 parent 173530d commit e04c16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/perform-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
114114
- name: "Deploy"
115115
run: |
116-
MVN_ARGS="${{ env.MVN_CLI_ARGS }} deploy -Drelease -s settings.xml"
117-
mvn $MVN_ARGS
116+
MVN_ARGS="${{ env.MVN_CLI_ARGS }} -Drelease -s settings.xml"
117+
mvn org.sonatype.central:central-publishing-maven-plugin:publish $MVN_ARGS
118118
env:
119119
MAVEN_GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
120120

0 commit comments

Comments
 (0)