Skip to content

Commit 4a32b55

Browse files
committed
remove registry url to allow Trusted Publisher flow for npm
1 parent 8bb6140 commit 4a32b55

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: 22
32-
registry-url: "https://registry.npmjs.org"
3332

3433
- name: Install Dependencies
3534
run: bun install

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"sideEffects": false,
7777
"publishConfig": {
7878
"access": "public",
79+
"provenance": true,
7980
"registry": "https://registry.npmjs.org/"
8081
},
8182
"scripts": {

0 commit comments

Comments
 (0)