fix: publish needs to be npmPublish

This commit is contained in:
Derrick Hammer 2023-06-30 06:07:28 -04:00
parent 1d88aee0ea
commit a2f2ee9913
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
},
release: {
plugins: {
"3": ["@semantic-release/npm", { publish: false }],
"3": ["@semantic-release/npm", { npmPublish: false }],
},
},
},