mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-14 17:59:13 +00:00
[ACS-9977]: [publish] tag creation fix work
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -205,15 +205,14 @@ jobs:
|
||||
git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}"
|
||||
- name: "Create release tag"
|
||||
run: |
|
||||
mvn --batch-mode clean package gpg:sign \
|
||||
mvn --batch-mode clean package gpg:sign -P sdk-release -DskipTests=true -Dgpg.passphrase=$GPG_SIGNING_PASSPHRASE \
|
||||
release:prepare \
|
||||
-DskipTests=true \
|
||||
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
|
||||
-Dusername=$GIT_USERNAME \
|
||||
-Dpassword=$GIT_PASSWORD \
|
||||
-DautoVersionSubmodules=true \
|
||||
-DtagNameFormat=@{project.version} \
|
||||
-B
|
||||
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
|
||||
-Dusername=$GIT_USERNAME \
|
||||
-Dpassword=$GIT_PASSWORD \
|
||||
-DautoVersionSubmodules=true \
|
||||
-DtagNameFormat=@{project.version} \
|
||||
-B
|
||||
- name: "Publish"
|
||||
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user