From 8668988ccc7a84d6c6dea19dadc6ccff6c18830e Mon Sep 17 00:00:00 2001 From: DianaSuvorova Date: Mon, 8 Jun 2026 13:50:53 -0700 Subject: [PATCH] Update release.yml to use trusted Publisher config --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 268f1b0ed4..3bf0690eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,16 +42,5 @@ jobs: - name: Build d.ts files run: pnpm build:lib:dts - - name: Creating .npmrc - run: | - cat << EOF > "$HOME/.npmrc" - email=fusionjs+ci@uber.com - //registry.npmjs.org/:_authToken=$NPM_TOKEN - EOF - env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Publishing next version run: ./publish/publish-next.js - env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }}