diff --git a/.github/workflows/ella.yml b/.github/workflows/ella.yml index 99bbdf87..e8d98de4 100644 --- a/.github/workflows/ella.yml +++ b/.github/workflows/ella.yml @@ -58,18 +58,9 @@ jobs: pnpm install pnpm run build --filter="@groww-tech/${{env.package_name}}" - - if: steps.cpv.outputs.is-new-version == 'true' - name: Deploy the documents on github pages - run: | - git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - npm run push-doc -- -u "github-bot " - working-directory: './${{env.package_dir}}/${{env.package_name}}' - env: - GITHUB_TOKEN: ${{ secrets.GIT_TOKEN_WEB_OSS }} - - if: steps.cpv.outputs.is-new-version == 'true' uses: ./.github/workflows/actions/pnpm_publish with: github_token: ${{secrets.GIT_TOKEN_WEB_OSS}} npm_token: ${{secrets.NPM_TOKEN_WEB_OSS}} - path: './${{env.package_dir}}/${{env.package_name}}' + path: './${{env.package_dir}}/${{env.package_name}}' \ No newline at end of file diff --git a/packages/ella/package.json b/packages/ella/package.json index 696d7b98..a26191e1 100644 --- a/packages/ella/package.json +++ b/packages/ella/package.json @@ -1,6 +1,6 @@ { "name": "@groww-tech/ella", - "version": "0.2.9", + "version": "0.2.8", "description": "Ella is a utility-belt library for JavaScript that provides general purpose methods used in day to day programming.", "main": "dist/index.js", "module": "dist/esm/index.js",