File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -206,14 +206,13 @@ jobs:
206206 - name : " Publish"
207207 timeout-minutes : ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
208208 run : |
209- mvn --batch-mode clean package gpg:sign central-publishing:publish -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE
210- - name : " Create release tag"
211- run : |
212- mvn --batch-mode clean package gpg:sign -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
213- release:prepare \
214- -DscmCommentPrefix="[maven-release-plugin][skip ci] " \
215- -Dusername=$GIT_USERNAME \
216- -Dpassword=$GIT_PASSWORD \
217- -DautoVersionSubmodules=true \
218- -DtagNameFormat=@{project.version} \
219- -B
209+ mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare \
210+ -DscmCommentPrefix="[maven-release-plugin][skip ci] " \
211+ -Dusername=$GIT_USERNAME \
212+ -Dpassword=$GIT_PASSWORD \
213+ -Psdk-release \
214+ -DskipTests=true \
215+ -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
216+ -DautoVersionSubmodules=true \
217+ -DtagNameFormat=@{project.version} \
218+ -B
You can’t perform that action at this time.
0 commit comments