diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5510986..2b17385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,13 +29,14 @@ jobs: node-version: 22 cache: "pnpm" + - name: Update npm + run: npm install -g npm@latest && npm --version + - name: Install Dependencies run: pnpm install - name: Publish uses: JS-DevTools/npm-publish@v3 - with: - token: ${{ secrets.RSBUILD_PLUGIN_NPM_TOKEN }} - name: Create GitHub Release uses: ncipollo/release-action@v1