Skip to content

Commit

Permalink
[skip ci] Fix Homebrew sha256 link
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta committed Jun 21, 2023
1 parent 3a130d6 commit 09e255e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
homebrew-tap: edmocosta/homebrew-tap
base-branch: main
download-url: https://github.com/edmocosta/tuistash/releases/download/${{ steps.extract-version.outputs.tag-name }}/tuistash-macos.tar.gz
download-sha256: https://github.com/edmocosta/tuistash/releases/download/${{ github.event.inputs.tag-name }}/tuistash-macos.sha256
download-sha256: https://github.com/edmocosta/tuistash/releases/download/${{ steps.extract-version.outputs.tag-name }}/tuistash-macos.sha256
commit-message: |
{{formulaName}} {{version}}
env:
Expand Down

0 comments on commit 09e255e

Please sign in to comment.