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:
|
||||
description: "override GITHUB_REF_NAME"
|
||||
required: false
|
||||
default: $GITHUB_REF_NAME
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
@@ -49,3 +49,9 @@ runs:
|
||||
shell: bash
|
||||
if: "${{ inputs.branch_name == 'develop' }}"
|
||||
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