Skip to content

Commit

Permalink
Fixed Homebrew deployment to change only the software checksum, not a…
Browse files Browse the repository at this point in the history
…ll checksums in the code which broke the installation
  • Loading branch information
ivandokov committed Nov 13, 2023
1 parent 714da3c commit 33aec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
cd ../homebrew-contrib
sed -i "s/archive\/[0-9.]*\.tar/archive\/$LATEST_VERSION\.tar/" Formula/phockup.rb
sed -i "s/sha256 .*/sha256 \"$SHASUM\"/" Formula/phockup.rb
sed -i "0,/sha256/{s/sha256 .*/sha256 \"$SHASUM\"/}" Formula/phockup.rb
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit 33aec10

Please sign in to comment.