mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
restore
This commit is contained in:
parent
9a0c88c21f
commit
3b7dc0a0d5
@ -10,7 +10,8 @@ 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:
|
||||||
@ -41,12 +42,6 @@ runs:
|
|||||||
echo "TRAVIS_BRANCH=${TRAVIS_BRANCH}" >> $GITHUB_ENV
|
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
|
- name: set TAG_NPM to latest
|
||||||
shell: bash
|
shell: bash
|
||||||
if: "${{ inputs.branch_name == 'master' }}"
|
if: "${{ inputs.branch_name == 'master' }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user