Skip to content

Commit

Permalink
style: fix prettier style
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jun 7, 2019
1 parent 8051294 commit 4ed6213
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Expand Up @@ -46,9 +46,7 @@ async function run(context, plugins) {

if (ciBranch !== options.branch) {
logger.log(
`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.`
`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.`
);
return false;
}
Expand Down

0 comments on commit 4ed6213

Please sign in to comment.