From b15c9d7655d7f780e147b70b47c65187805b7850 Mon Sep 17 00:00:00 2001 From: venashial Date: Tue, 21 Jun 2022 00:45:16 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20release=20workflow=20(replace=20`pnpm`=20?= =?UTF-8?q?=E2=86=92=20`npm`)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367cfd88..154a646c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - name: Publish if: github.ref == 'refs/heads/main' - run: pnpm publish --no-git-checks --tag alpha + run: npm publish --tag alpha env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: EndBug/add-and-commit@v9