Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit e4a554d

Browse files
committed
maybe provenance
1 parent d7ab2dd commit e4a554d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
node-version: 20
2727
registry-url: https://registry.npmjs.org/
28-
- run: npm publish --provenance
28+
- run: npm publish
2929
env:
3030
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"depsiar"
77
],
88
"publishConfig": {
9-
"registry": "https://npm.pkg.github.com"
9+
"registry": "https://registry.npmjs.org/",
10+
"provenance": true
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)