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: |