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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -205,9 +205,8 @@ jobs:
|
|||||||
git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}"
|
git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}"
|
||||||
- name: "Create release tag"
|
- name: "Create release tag"
|
||||||
run: |
|
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 \
|
release:prepare \
|
||||||
-DskipTests=true \
|
|
||||||
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
|
-DscmCommentPrefix="[maven-release-plugin][skip ci] " \
|
||||||
-Dusername=$GIT_USERNAME \
|
-Dusername=$GIT_USERNAME \
|
||||||
-Dpassword=$GIT_PASSWORD \
|
-Dpassword=$GIT_PASSWORD \
|
||||||
|
Reference in New Issue
Block a user