mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-21 18:09:29 +00:00
[ACS-9977]: [publish] tag creation work
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -200,10 +200,10 @@ jobs:
|
|||||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||||
run: |
|
run: |
|
||||||
mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \
|
mvn --batch-mode clean package gpg:sign central-publishing:publish release:prepare release:perform \
|
||||||
-P sdk-release \
|
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
|
||||||
|
-Psdk-release \
|
||||||
-DskipTests=true \
|
-DskipTests=true \
|
||||||
-Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
|
-Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
|
||||||
-DautoVersionSubmodules=true \
|
-DautoVersionSubmodules=true \
|
||||||
-DtagNameFormat=@{project.version} \
|
-DtagNameFormat=@{project.version} \
|
||||||
-Psdk-release \
|
|
||||||
-B
|
-B
|
Reference in New Issue
Block a user