diff --git a/.circleci/config.yml b/.circleci/config.yml index 747c12c..2faee2b 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -167,7 +167,7 @@ jobs: git clone --depth 1 https://github.com/gyselroth/homebrew-core > /dev/null 2>&1 sed -i 's/sha256.*$/sha256 "'$sha256'"/g' homebrew-core/Formula/tubectl.rb sed -i 's/version.*$/version "'$version'"/g' homebrew-core/Formula/tubectl.rb - sed -i 's/url.*$/url "https:\/\/github.com\/gyselroth\/tubee-client-cli\/releases\/download\/v'$CIRCLE_TAG'\/tubectl-osx-x64"/g' homebrew-core/Formula/tubectl.rb + sed -i 's/url.*$/url "https:\/\/github.com\/gyselroth\/tubee-client-cli\/releases\/download\/'$CIRCLE_TAG'\/tubectl-osx-x64"/g' homebrew-core/Formula/tubectl.rb cd homebrew-core git commit --message "tubectl release $CIRCLE_TAG" Formula/tubectl.rb git remote set-url origin git@github.com:gyselroth/homebrew-core.git