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:
@@ -41,6 +41,12 @@ runs:
|
||||
echo "TRAVIS_BRANCH=${TRAVIS_BRANCH}" >> $GITHUB_ENV
|
||||
|
||||
|
||||
- name: TAG_NPM not set
|
||||
shell: bash
|
||||
if: "${{ inputs.branch_name == '' }}"
|
||||
run: |
|
||||
echo "TAG_NPM not set"
|
||||
exit 1
|
||||
- name: set TAG_NPM to latest
|
||||
shell: bash
|
||||
if: "${{ inputs.branch_name == 'master' }}"
|
||||
@@ -49,9 +55,3 @@ 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