Skip to content

Commit 80a7f56

Browse files
committed
fix: remove registry-url to enable OIDC trusted publishing
1 parent 02e0087 commit 80a7f56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- uses: actions/setup-node@v4
4141
with:
4242
node-version: "20"
43-
registry-url: "https://registry.npmjs.org"
4443

4544
- name: Install dependencies
4645
run: bun install --ignore-scripts
@@ -55,5 +54,4 @@ jobs:
5554
VERSION: ${{ inputs.version }}
5655
CI: true
5756
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5957
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)