From 245d443199752c6804e136b159f054e2a8a0b5bc Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Fri, 22 Jul 2022 18:23:48 +0800 Subject: [PATCH] Fix yaml sintax error --- .gitlab-ci.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6f0a6f..25cbf11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ deploy:arch-bin: - scripts/release-aur-bin.sh rules: - if: $CI_COMMIT_BRANCH - when: never + when: never - if: $CI_COMMIT_TAG =~ /^v*/ # deploy:arch-git: diff --git a/Cargo.lock b/Cargo.lock index 150d338..0aa5354 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "tiempo" -version = "1.2.2" +version = "1.2.3" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index c02bfb1..52c71b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A command line time tracker" license = "GPL-3.0" documentation = "https://gitlab.com/categulario/tiempo-rs" homepage = "https://gitlab.com/categulario/tiempo-rs" -version = "1.2.2" +version = "1.2.3" [dependencies] clap = "2"