mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-7241] Support parallel releases (#4297)
* [ACS-7241] Parallel releases support v1 * [ACS-7241] Add missing needs clauses * [ACS-7241] Proper conditional job check * [ACS-7241] Revert testing changes, namespace fix * [ACS-7241] Add improved conditions
This commit is contained in:
@@ -18,7 +18,7 @@ runs:
|
||||
- name: publish tag
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ inputs.branch_name }}" == "master" ]]; then
|
||||
if [[ "${{ inputs.branch_name }}" == "master" ]] || [[ "${{ inputs.branch_name }}" == release/* ]]; then
|
||||
VERSION=$(jq -cr '.version' < package.json)
|
||||
echo "git tag -a ${VERSION} -m ${VERSION}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user