Skip to content

Commit 8053ae3

Browse files
committed
ci(release): remove provenance from package.json and add to workflow
1 parent 9e32f2d commit 8053ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Publish
4242
uses: JS-DevTools/npm-publish@v3
4343
with:
44+
provenance: true
4445
token: empty
4546

4647
- name: Create GitHub Release

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"packageManager": "[email protected]",
6464
"publishConfig": {
6565
"access": "public",
66-
"registry": "https://registry.npmjs.org/",
67-
"provenance": true
66+
"registry": "https://registry.npmjs.org/"
6867
}
6968
}

0 commit comments

Comments
 (0)