Skip to content

Commit 22e8436

Browse files
committed
Move to trusted publishers
See https://docs.npmjs.com/trusted-publishers
1 parent 2ac00cf commit 22e8436

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,4 @@ jobs:
224224
with:
225225
node-version: 24.x
226226
registry-url: "https://registry.npmjs.org"
227-
- run: npm publish --provenance --access public
228-
env:
229-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
227+
- run: npm publish --provenance

0 commit comments

Comments
 (0)