We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847a55b commit f6cf6edCopy full SHA for f6cf6ed
2 files changed
.github/workflows/release.yml
@@ -49,3 +49,4 @@ jobs:
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
52
+ NPM_CONFIG_PROVENANCE: true
package.json
@@ -72,8 +72,7 @@
72
"url": "https://github.com/zeybek/node-matlab.git"
73
},
74
"publishConfig": {
75
- "access": "public",
76
- "provenance": true
+ "access": "public"
77
78
"devDependencies": {
79
"@biomejs/biome": "^1.9.4",
0 commit comments