From f6b70d0821567d87a0b9d1d95d3af0be4a0e4f40 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Fri, 20 Sep 2019 18:49:47 -0300 Subject: [PATCH] Fix release script --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release b/scripts/release index cb74f4c..86dd610 100755 --- a/scripts/release +++ b/scripts/release @@ -9,7 +9,7 @@ git pull version="$(grep VERSION "${SCRIPT_DIR}/navi" | grep -Eo '[0-9\.]+')" tag="v${version}" -tar="https://github.com/denisidoro/navi/archive/v${tag}.tar.gz" +tar="https://github.com/denisidoro/navi/archive/${tag}.tar.gz" formula="/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/navi.rb" echo "Attempting to release version ${tag}..."