Skip to content

Commit

Permalink
Add homebrew worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 28, 2024
1 parent 3f09a39 commit 269eada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
cat cadabra2.rb | sed -e 's/$ url .*/ url "https:\/\/github.com\/kpeeters\/cadabra2\/archive\/refs\/tags\/${VERSION}.tar.gz"/' | sed -e 's/$ sha256.*/ sha256 "${SHA}"/' > out.rb
mv out.rb cadabra2.rb
cat cadabra2.rb
git config user.name "Kasper Peeters"
git config user.email "[email protected]"
git add .
git commit -m "Update to release ${VERSION}."
git push

0 comments on commit 269eada

Please sign in to comment.