Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed May 5, 2020
1 parent aee69ad commit ff67386
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/travis/release/release-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ then
fi;

cd $DIST/aca-shared
npx @alfresco/adf-cli npm-publish && \
--npmRegistry $NPM_REGISTRY_ADDRESS && \
--tokenRegistry $NPM_REGISTRY_TOKEN && \
--tag $TAG_NPM && \
npx @alfresco/adf-cli npm-publish \
--npmRegistry $NPM_REGISTRY_ADDRESS \
--tokenRegistry $NPM_REGISTRY_TOKEN \
--tag $TAG_NPM \
--pathProject "$(pwd)"

cd $DIST/adf-office-services-ext
npx @alfresco/adf-cli npm-publish && \
--npmRegistry $NPM_REGISTRY_ADDRESS && \
--tokenRegistry $NPM_REGISTRY_TOKEN && \
--tag $TAG_NPM && \
npx @alfresco/adf-cli npm-publish \
--npmRegistry $NPM_REGISTRY_ADDRESS \
--tokenRegistry $NPM_REGISTRY_TOKEN \
--tag $TAG_NPM \
--pathProject "$(pwd)"

0 comments on commit ff67386

Please sign in to comment.