Skip to content

Commit 8d34b7c

Browse files
committed
fix: add provenance
1 parent be8f412 commit 8d34b7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
run: npx semantic-release --provenance
31+
run: npx semantic-release

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"node": ">=18.18.0"
88
},
99
"publishConfig": {
10-
"access": "public"
10+
"access": "public",
11+
"provenance": true
1112
},
1213
"scripts": {
1314
"start": "export NODE_ENV=development && webpack serve --open",

0 commit comments

Comments
 (0)