Skip to content

Commit

Permalink
build: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 1, 2021
1 parent 360b60b commit 75e2cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process.env.TAG = version;

if (dry) {
shell.echo('DRY-RUN: done.');
return;
shell.exit(0);
}

shell.echo('Pushing docker images');
Expand Down

0 comments on commit 75e2cd7

Please sign in to comment.