From 231954d4e1ac19d2f5a834bb6009148125d6fd03 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Mon, 9 Sep 2024 12:32:27 +0300 Subject: [PATCH] fix: release workflow --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e20537..d5f0220 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,9 +49,4 @@ jobs: - run: npx changelogithub if: steps.check_version.outputs.tag == 'latest' env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - - name: Publish to npm - run: pnpm -r publish --access public --no-git-checks --tag ${{steps.check_version.outputs.tag}} - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file