diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index d007a62..597cf06 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -34,11 +34,7 @@ jobs: with: title: Release to npm commit: Release to npm - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Publish - if: steps.changesets.outputs.hasChangesets == 'false' - run: "pnpm publish:ci" + publish: "pnpm publish:ci" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file