style: fix prettier style
This commit is contained in:
parent
8051294ffd
commit
4ed6213977
4
index.js
4
index.js
@ -46,9 +46,7 @@ async function run(context, plugins) {
|
|||||||
|
|
||||||
if (ciBranch !== options.branch) {
|
if (ciBranch !== options.branch) {
|
||||||
logger.log(
|
logger.log(
|
||||||
`This test run was triggered on the branch ${ciBranch}, while semantic-release is configured to only publish from ${
|
`This test run was triggered on the branch ${ciBranch}, while semantic-release is configured to only publish from ${options.branch}, therefore a new version won’t be published.`
|
||||||
options.branch
|
|
||||||
}, therefore a new version won’t be published.`
|
|
||||||
);
|
);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user