Skip to content

Commit

Permalink
fix: specify version in homebrew formula to avoid wrongfully detectin…
Browse files Browse the repository at this point in the history
…g 64 as version
  • Loading branch information
bitte-ein-bit committed May 21, 2024
1 parent 4889b74 commit 7ddc04d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/homebrew-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
# Required - string
install: 'bin.install "clisso"'

# without specificing the version it will autodetect 64 as a version.
version: ${{ github.event.release.tag_name }}

# Adds URL and checksum targets for different OS and architecture pairs. Using this option assumes
# a tar archive exists on your GitHub repo with the following URL pattern (this cannot be customized):
# https://github.com/{GITHUB_OWNER}/{REPO_NAME}/releases/download/{TAG}/{REPO_NAME}-{VERSION}-{OPERATING_SYSTEM}-{ARCHITECTURE}.tar.gz'
Expand Down

0 comments on commit 7ddc04d

Please sign in to comment.