|
|
|
@ -45,7 +45,7 @@ jobs:
|
|
|
|
|
node-version: '12.x'
|
|
|
|
|
- name: Extract branch name
|
|
|
|
|
shell: bash
|
|
|
|
|
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
|
|
|
|
run: echo "##[set-output name=branch;]$(echo ${GITHUB_HEAD_REF#refs/heads/})"
|
|
|
|
|
id: extract_branch
|
|
|
|
|
|
|
|
|
|
- run: npm install
|
|
|
|
|