From 4d00e9b6f81059781eabf35cd03198c54b5e427b Mon Sep 17 00:00:00 2001 From: opensource Date: Thu, 25 Jun 2020 22:19:28 +0200 Subject: [PATCH] Fix mermaid-cli build error --- .github/workflows/release-publish.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 3589edd7..effb4871 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -20,11 +20,12 @@ jobs: - name: Install Yarn run: npm i yarn --global - - name: Install Json - run: npm i json --global - - - name: Install Packages - run: yarn install --frozen-lockfile + - name: Build the package + run: | + yarn + chmod 755 copy_modules.sh + ./copy_modules.sh + yarn prepublishOnly - name: Prepare release run: |