Skip to content

Commit abaa7b3

Browse files
committed
[ACS-9977]: [publish] automatic tag creation work
1 parent 44d6185 commit abaa7b3

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)