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
|
||||
shell: bash
|
||||
run: |
|
||||
export DIST_DIR=./dist/@alfresco
|
||||
PROJECTS_DIR=./projects
|
||||
DIST_DIR="./dist/@alfresco"
|
||||
PROJECTS_DIR="./projects"
|
||||
VERSION_IN_PACKAGE_JSON=$(jq -cr '.version' < package.json)
|
||||
|
||||
if [[ ${{ inputs.branch_name }} =~ ^master.*?$ ]] ; then
|
||||
@@ -76,6 +76,8 @@ runs:
|
||||
- name: publish tag to GH registry
|
||||
shell: bash
|
||||
run: |
|
||||
DIST_DIR="./dist/@alfresco"
|
||||
|
||||
export PROJECTS=(
|
||||
'aca-shared'
|
||||
'aca-folder-rules'
|
||||
@@ -111,6 +113,8 @@ runs:
|
||||
- name: publish tag to NPM registry
|
||||
shell: bash
|
||||
run: |
|
||||
DIST_DIR="./dist/@alfresco"
|
||||
|
||||
export PROJECTS=(
|
||||
'aca-shared'
|
||||
'aca-folder-rules'
|
||||
|
||||
Reference in New Issue
Block a user