Skip to content

Commit 3c6b45a

Browse files
committed
[ACS-9977]: [publish] tag creation fix work
1 parent b4ad974 commit 3c6b45a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)