Skip to content

Commit 5f9c765

Browse files
claudetrieloff
authored andcommitted
fix: use correct provenance option name
The option is 'provenance' not 'npmProvenance' - matching the working configuration in adobe/helix-deploy-plugin-webpack. Signed-off-by: Lars Trieloff <lars@trieloff.net>
1 parent a5b2c89 commit 5f9c765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
}],
88
["@semantic-release/npm", {
99
"npmPublish": true,
10-
"npmProvenance": true
10+
"provenance": true
1111
}],
1212
["@semantic-release/git", {
1313
"assets": ["package.json", "CHANGELOG.md"],

0 commit comments

Comments
 (0)