Skip to content

Commit da46c5d

Browse files
committed
fix(publish): fixed formatting
1 parent 08b4604 commit da46c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/publish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = async (pluginConfig, { nextRelease: { version }, logger }) => {
2525
}:${version} to GitLab Container Registry`
2626
)
2727
// tag image if not latest
28-
if(version !== "latest") {
28+
if (version !== 'latest') {
2929
await execa(
3030
'docker',
3131
[

0 commit comments

Comments
 (0)