From b4fd2881119941e125c20ba331dcd34b9cc16c63 Mon Sep 17 00:00:00 2001 From: Taiki Ono Date: Thu, 20 Jun 2024 14:28:11 +0900 Subject: [PATCH] Retry update-homebrew job (#87) Signed-off-by: Taiki Ono --- .github/workflows/cicd.yml | 3 +-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index cd9e294..1219b14 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -142,6 +142,5 @@ jobs: git add HomebrewFormula/gls.rb git -c user.email='41898282+github-actions[bot]@users.noreply.github.com' \ -c user.name='github-actions[bot]' \ - -m "Update Homebrew formula" \ - commit + commit -m "Update Homebrew formula" git push diff --git a/Cargo.lock b/Cargo.lock index 655e65a..2287246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "gls" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 004cb24..01235c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gls" description = "Support gitleaks config development and extend some gitleaks features." -version = "0.1.13" +version = "0.1.14" edition = "2021" rust-version = "1.70.0" readme = "README.md"