diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d82f645..96258f5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: with: version: 8 - name: npm publish - run: pnpm release-plan publish + run: node ./dist/cli.js publish env: GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/release-plan-preview.yml b/.github/workflows/release-plan-preview.yml index f542481..b6f9fb3 100644 --- a/.github/workflows/release-plan-preview.yml +++ b/.github/workflows/release-plan-preview.yml @@ -28,7 +28,7 @@ jobs: id: explanation run: | set -x - pnpm release-plan prepare --single-package=release-plan + node ./dist/cli.js prepare --single-package=release-plan jq .description .release-plan.json >> $GITHUB_OUTPUT env: GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}