mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Fix release script
This commit is contained in:
parent
9351301e7e
commit
f6b70d0821
1 changed files with 1 additions and 1 deletions
|
@ -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}..."
|
||||
|
|
Loading…
Reference in a new issue