Skip to content

Commit f469a09

Browse files
committed
fix: enable trusted publishing
1 parent 2b6b1ab commit f469a09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
with:
3535
node-version: 24.10.0
3636

37-
- uses: capralifecycle/actions-lib/configure-npm@b4bb65b0ab41499f4829fe99c4b33b0b5a363562 # v1.6.2
38-
3937
- name: install dependencies
4038
run: npm ci
4139

@@ -56,5 +54,4 @@ jobs:
5654
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
5755
env:
5856
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
NPM_TOKEN: ${{ secrets.SHARED_NPMJS_TOKEN }}
6057
run: npm run semantic-release

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,9 @@
8080
},
8181
"engines": {
8282
"node": ">=22.14.0"
83+
},
84+
"publishConfig": {
85+
"access": "public",
86+
"provenance": true
8387
}
8488
}

0 commit comments

Comments
 (0)