From 9c05fc8e355a92b8a899f9f1e954fad4d49b9006 Mon Sep 17 00:00:00 2001 From: Yuxin Kang Date: Tue, 28 Feb 2023 16:02:56 -0500 Subject: [PATCH] fix: update release yml file --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76eeff92b..98fd4d163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,9 +41,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} - - run: npm install - with: - npm-token: ${{secrets.NPM_INSTALL_TOKEN}} + - run: npm ci # Changesets action reuses the .npmrc if it already exists. In this case, we # need to change to an NPM token with write access.