Skip to content

Commit 7b1dd2a

Browse files
committed
fix(ci): remove registry-url and env block to enable npm trusted publishing
1 parent a684d8a commit 7b1dd2a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: "22"
24-
registry-url: https://registry.npmjs.org
2524
cache: pnpm
2625

2726
- run: pnpm install --frozen-lockfile
@@ -33,8 +32,6 @@ jobs:
3332

3433
- name: Publish to npm
3534
run: npm publish --provenance --access public
36-
env:
37-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3835

3936
publish-gpr:
4037
name: Publish to GitHub Packages

0 commit comments

Comments
 (0)