mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-08 14:51:55 +00:00
[ACS-9977]: [publish] automatic tag creation work
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -224,4 +224,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | sed 's/-SNAPSHOT//')
|
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | sed 's/-SNAPSHOT//')
|
||||||
git tag "${{ github.repository }}-$VERSION"
|
git tag "${{ github.repository }}-$VERSION"
|
||||||
git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }}-$VERSION
|
git push https://$GIT_USERNAME:$GIT_PASSWORD@github.com/${{ github.repository }}
|
Reference in New Issue
Block a user