Fix yaml sintax error

This commit is contained in:
Abraham Toriz 2022-07-22 18:23:48 +08:00
parent aabb963e89
commit 245d443199
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
3 changed files with 3 additions and 3 deletions

View File

@ -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:

2
Cargo.lock generated
View File

@ -813,7 +813,7 @@ dependencies = [
[[package]]
name = "tiempo"
version = "1.2.2"
version = "1.2.3"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

@ -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"