mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
using no branch
This commit is contained in:
@@ -10,7 +10,7 @@ inputs:
|
|||||||
branch_name:
|
branch_name:
|
||||||
description: "override GITHUB_REF_NAME"
|
description: "override GITHUB_REF_NAME"
|
||||||
required: false
|
required: false
|
||||||
default: $GITHUB_REF_NAME
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
@@ -49,3 +49,9 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
if: "${{ inputs.branch_name == 'develop' }}"
|
if: "${{ inputs.branch_name == 'develop' }}"
|
||||||
run: echo "TAG_NPM=alpha" >> $GITHUB_ENV
|
run: echo "TAG_NPM=alpha" >> $GITHUB_ENV
|
||||||
|
- name: TAG_NPM not set
|
||||||
|
shell: bash
|
||||||
|
if: "${{ inputs.branch_name == '' }}"
|
||||||
|
run: |
|
||||||
|
echo "TAG_NPM not set"
|
||||||
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user