File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -205,15 +205,14 @@ jobs:
205205 git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}"
206206 - name : " Create release tag"
207207 run : |
208- mvn --batch-mode clean package gpg:sign \
208+ mvn --batch-mode clean package gpg:sign -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
209209 release:prepare \
210- -DskipTests=true \
211- -DscmCommentPrefix="[maven-release-plugin][skip ci] " \
212- -Dusername=$GIT_USERNAME \
213- -Dpassword=$GIT_PASSWORD \
214- -DautoVersionSubmodules=true \
215- -DtagNameFormat=@{project.version} \
216- -B
210+ -DscmCommentPrefix="[maven-release-plugin][skip ci] " \
211+ -Dusername=$GIT_USERNAME \
212+ -Dpassword=$GIT_PASSWORD \
213+ -DautoVersionSubmodules=true \
214+ -DtagNameFormat=@{project.version} \
215+ -B
217216 - name : " Publish"
218217 timeout-minutes : ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
219218 run : |
You can’t perform that action at this time.
0 commit comments