Skip to content

Commit

Permalink
Update version of homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenDueck authored May 24, 2024
1 parent 28f3289 commit 4097fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
sha256=$(curl -L $url | sha256sum | cut -d ' ' -f1)
sed -i "s|url .*|url \"$url\"|" homebrew-tap/Formula/colorexp.rb
sed -i "s|sha256 .*|sha256 \"$sha256\"|" homebrew-tap/Formula/colorexp.rb
sed -i "s|version \".*\"|version \"${{ steps.project_info.outputs.version }}\"|" homebrew-tap/Formula/colorexp.rb
shell: bash

- name: Commit and push changes
Expand Down

0 comments on commit 4097fef

Please sign in to comment.