Skip to content

Commit

Permalink
add 'v' to create homebrew release version
Browse files Browse the repository at this point in the history
doing this instead of using tag directly so this will fail if it ever tries to release to homebrew from a non-tagged release
  • Loading branch information
cdzombak committed Jan 11, 2024
1 parent b76e017 commit 38601f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
target_darwin_arm64: true
target_linux_amd64: true
target_linux_arm64: true
version: ${{ needs.meta.outputs.bin_version }}
version: v${{ 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 38601f8

Please sign in to comment.