From 15c3ee4af25b63746003fd5ea9d88b924818291d Mon Sep 17 00:00:00 2001 From: venashial Date: Tue, 21 Jun 2022 00:41:53 -0700 Subject: [PATCH] Update release workflow --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a64913db..367cfd887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,9 +32,7 @@ jobs: - uses: actions/checkout@v3 - name: Publish if: github.ref == 'refs/heads/main' - run: | - cd package - pnpm publish --no-git-checks --tag alpha + run: pnpm publish --no-git-checks --tag alpha env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: EndBug/add-and-commit@v9