From aa6fbaf2ec34b6df1ad0967cbcd4ed21ee1b8760 Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Mon, 27 Feb 2023 18:53:51 +0100 Subject: [PATCH] Restore previous setup --- .github/workflows/prepare-release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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