Skip to content

Commit 33c29b6

Browse files
committed
Fix publish workflow for npm trusted publishing: remove token override and provenance flag
1 parent 8e72253 commit 33c29b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
node-version: 24.x
2323
cache: pnpm
2424
registry-url: 'https://registry.npmjs.org'
25-
token: ''
2625
- run: pnpm install --frozen-lockfile
2726
- run: pnpm build
28-
- run: npm publish --provenance --access public
27+
- run: npm publish --access public

0 commit comments

Comments
 (0)