mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4649] fix gha checks
This commit is contained in:
@@ -29,7 +29,7 @@ runs:
|
||||
- name: Get docker image tag name
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ ${{ inputs.branch_name }} == "master" ]]; then
|
||||
if [[ "${{ inputs.branch_name }}" == "master" ]]; then
|
||||
TAG_VERSION=$(grep -m1 version package.json | awk '{ print $2 }' | sed 's/[", ]//g')
|
||||
else
|
||||
TAG_VERSION=${{ inputs.branch_name }}-${{ github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user