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 8f57be3 commit 34590d5Copy full SHA for 34590d5
src/publish.js
@@ -22,7 +22,6 @@ module.exports = async (pluginConfig, ctx) => {
22
}
23
const command = `export VERSION=${ctx.nextRelease.version};\n${pluginConfig.publishCmd}`
24
await exec(command, options)
25
- return undefined
26
} catch (err) {
27
ctx.message = err.message
28
throw getError('ESSHCOMMAND', ctx)
0 commit comments