Skip to content

Commit

Permalink
add explicit version to homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Dec 28, 2023
1 parent e5d93b7 commit f358916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,11 @@ jobs:
github_token: ${{ secrets.HOMEBREW_RELEASER_PAT }}
commit_owner: homebrew-releaser-bot
commit_email: [email protected]

target_darwin_amd64: true
target_darwin_arm64: true
target_linux_amd64: true
target_linux_arm64: true

version: ${{ needs.meta.outputs.bin_version }}
install: 'bin.install "${{ needs.meta.outputs.bin_name }}"'
test: 'assert_match("${{ needs.meta.outputs.bin_version }}", shell_output("#{bin}/${{ needs.meta.outputs.bin_name }} -version"))'

Expand Down

0 comments on commit f358916

Please sign in to comment.