fix(ci): Add `;` Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -1
@@ 21,6 21,6 @@ tasks: ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts git push github main if [ "$(git describe --exact-match --tags HEAD)" ]; then \ - git push --tags github \ + git push --tags github; \ fi