We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e32f2d commit 8053ae3Copy full SHA for 8053ae3
.github/workflows/release.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Publish
42
uses: JS-DevTools/npm-publish@v3
43
with:
44
+ provenance: true
45
token: empty
46
47
- name: Create GitHub Release
package.json
@@ -63,7 +63,6 @@
63
"packageManager": "[email protected]",
64
"publishConfig": {
65
"access": "public",
66
- "registry": "https://registry.npmjs.org/",
67
- "provenance": true
+ "registry": "https://registry.npmjs.org/"
68
}
69
0 commit comments