diff --git a/.github/workflows/homebrew-release.yaml b/.github/workflows/homebrew-release.yaml index c3431fc..3ad872a 100644 --- a/.github/workflows/homebrew-release.yaml +++ b/.github/workflows/homebrew-release.yaml @@ -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'