From 920a0656c3b04cecbd24312092a83f5862d9bfb9 Mon Sep 17 00:00:00 2001 From: Vladimir Haltakov Date: Sun, 14 Jun 2026 02:07:08 +0200 Subject: [PATCH] fix: update the release process for trusted publishing --- .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 956b4c2..c2a7b8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 24.x cache: "yarn" cache-dependency-path: "yarn.lock" registry-url: "https://registry.npmjs.org" @@ -43,5 +43,3 @@ jobs: publish: yarn release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: true