From 0408fe856d4b630a21e9b3e53040323c7bfd527a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 19 Dec 2022 09:20:58 +0100 Subject: [PATCH] chore(release) with updated formula for sourcegraph tap --- .github/workflows/release-published.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 33391bb..cde5078 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -39,7 +39,7 @@ jobs: "dust" "bottom" "procs" - "src-cli" + "sourcegraph/src-cli/src-cli" # Custom install command for your formula. # Required - string. diff --git a/Cargo.lock b/Cargo.lock index 51e54c4..b4c15cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "toolkit" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "eyre", diff --git a/Cargo.toml b/Cargo.toml index 8f808ac..555eb5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "toolkit" description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt" -version = "0.1.7" +version = "0.1.8" edition = "2021" license-file = "LICENSE" authors = ["Kasper J. Hermansen contact@kjuulh.io"]