Skip to content

Commit

Permalink
circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aebischer committed Dec 11, 2024
1 parent 0cec802 commit 9352c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:gyselroth/homebrew-core.git
Expand Down

0 comments on commit 9352c6c

Please sign in to comment.