Skip to content

Commit 19e87f3

Browse files
committed
feat: migrate to npm trusted publishing
1 parent e120b5b commit 19e87f3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ jobs:
4242
- name: Build, Test, Lint
4343
run: npm run ci
4444

45+
- name: Verify the integrity of installed dependencies
46+
run: npm audit signatures
47+
4548
- name: Cleanup
4649
run: npm pkg delete scripts devDependencies
4750

4851
- name: Release
4952
env:
5053
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5254
run: npx semantic-release

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
"engines": {
3535
"node": ">=18"
3636
},
37-
"publishConfig": {
38-
"access": "public",
39-
"provenance": true
40-
},
4137
"scripts": {
4238
"prepare": "husky",
4339
"clean": "rimraf dist",

0 commit comments

Comments
 (0)