Skip to content

Commit 34590d5

Browse files
test123456789012345lgaticaq
authored andcommitted
fix: return nothing
1 parent 8f57be3 commit 34590d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/publish.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = async (pluginConfig, ctx) => {
2222
}
2323
const command = `export VERSION=${ctx.nextRelease.version};\n${pluginConfig.publishCmd}`
2424
await exec(command, options)
25-
return undefined
2625
} catch (err) {
2726
ctx.message = err.message
2827
throw getError('ESSHCOMMAND', ctx)

0 commit comments

Comments
 (0)