From 24614081f6165c77d4bca25877c8e3c77443ee58 Mon Sep 17 00:00:00 2001 From: Love Akinlesi Date: Mon, 2 Sep 2024 17:44:11 +0100 Subject: [PATCH] ci: Update ci --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04ad8f4..f51f4d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,13 +21,13 @@ jobs: node-version: 16.x - name: Install Dependencies - run: npm ci + run: pnpm install - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 with: - publish: npm run release + publish: pnpm publish-packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}