mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4649] fix destination path for npm publish
This commit is contained in:
@@ -35,8 +35,8 @@ runs:
|
|||||||
- name: update libs version
|
- name: update libs version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
export DIST_DIR=./dist/@alfresco
|
DIST_DIR="./dist/@alfresco"
|
||||||
PROJECTS_DIR=./projects
|
PROJECTS_DIR="./projects"
|
||||||
VERSION_IN_PACKAGE_JSON=$(jq -cr '.version' < package.json)
|
VERSION_IN_PACKAGE_JSON=$(jq -cr '.version' < package.json)
|
||||||
|
|
||||||
if [[ ${{ inputs.branch_name }} =~ ^master.*?$ ]] ; then
|
if [[ ${{ inputs.branch_name }} =~ ^master.*?$ ]] ; then
|
||||||
@@ -76,6 +76,8 @@ runs:
|
|||||||
- name: publish tag to GH registry
|
- name: publish tag to GH registry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
DIST_DIR="./dist/@alfresco"
|
||||||
|
|
||||||
export PROJECTS=(
|
export PROJECTS=(
|
||||||
'aca-shared'
|
'aca-shared'
|
||||||
'aca-folder-rules'
|
'aca-folder-rules'
|
||||||
@@ -111,6 +113,8 @@ runs:
|
|||||||
- name: publish tag to NPM registry
|
- name: publish tag to NPM registry
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
DIST_DIR="./dist/@alfresco"
|
||||||
|
|
||||||
export PROJECTS=(
|
export PROJECTS=(
|
||||||
'aca-shared'
|
'aca-shared'
|
||||||
'aca-folder-rules'
|
'aca-folder-rules'
|
||||||
|
|||||||
Reference in New Issue
Block a user