From 80a7f5606654d3620e0e3b0b635c8a2596977c63 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 5 Dec 2025 03:01:52 +0900 Subject: [PATCH] fix: remove registry-url to enable OIDC trusted publishing --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7f19d05..666e6ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - registry-url: "https://registry.npmjs.org" - name: Install dependencies run: bun install --ignore-scripts @@ -55,5 +54,4 @@ jobs: VERSION: ${{ inputs.version }} CI: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true