fix: publish needs to be npmPublish
This commit is contained in:
parent
1d88aee0ea
commit
a2f2ee9913
|
@ -32,7 +32,7 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
||||||
},
|
},
|
||||||
release: {
|
release: {
|
||||||
plugins: {
|
plugins: {
|
||||||
"3": ["@semantic-release/npm", { publish: false }],
|
"3": ["@semantic-release/npm", { npmPublish: false }],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue