diff --git a/.github/workflows/deploy-designer.yaml b/.github/workflows/deploy-designer.yaml index 12544b218e4..f24cfaa5eee 100644 --- a/.github/workflows/deploy-designer.yaml +++ b/.github/workflows/deploy-designer.yaml @@ -56,6 +56,7 @@ jobs: echo "tag=${{ needs.get-short-sha.outputs.short-sha }}" >> $GITHUB_OUTPUT else sanitized_branch_name=$(echo "${{ github.ref_name }}" | tr '/' '-') + echo "tag=${sanitized_branch_name}-${{ needs.get-short-sha.outputs.short-sha }}" echo "tag=${{ needs.get-short-sha.outputs.short-sha }}-${sanitized_branch_name}" >> $GITHUB_OUTPUT fi