Skip to content

Commit

Permalink
replaces sha256 in Formula
Browse files Browse the repository at this point in the history
  • Loading branch information
shahadarsh committed Apr 23, 2024
1 parent 759ab79 commit ee0bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tembo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
run: |
set -xe
cd homebrew-tembo
sed -E -i '' '1,/sha256.*/ s/sha256.*/sha256 "${{needs.gh_release.outputs.sha_aarch_64}}"/g' tembo-cli.rb
sed -E -i '' '1,/sha256.*/ s/sha256.*/sha256 "${{needs.gh_release.outputs.sha_aarch64}}"/g' tembo-cli.rb
- name: Git commit and push to remote
shell: bash
run: |
Expand Down

0 comments on commit ee0bdf1

Please sign in to comment.