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 be8f412 commit 8d34b7cCopy full SHA for 8d34b7c
.github/workflows/release.yml
@@ -28,4 +28,4 @@ jobs:
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- run: npx semantic-release --provenance
+ run: npx semantic-release
package.json
@@ -7,7 +7,8 @@
7
"node": ">=18.18.0"
8
},
9
"publishConfig": {
10
- "access": "public"
+ "access": "public",
11
+ "provenance": true
12
13
"scripts": {
14
"start": "export NODE_ENV=development && webpack serve --open",
0 commit comments