Skip to content

Commit

Permalink
fix invalid version in homebrew-tap (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored Jul 1, 2024
1 parent 8745183 commit 0fee989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Add published release to Homebrew Tap
uses: Justintime50/homebrew-releaser@v1
with:
# Explicitly set the version to avoid Justintime50/homebrew-releaser#39 (wrong auto-detection of "64" as version)
version: ${{ github.event.release.tag_name }}

# The name of the homebrew tap to publish your formula to as it appears on GitHub.
# Required - strings
homebrew_owner: localstack
Expand Down

0 comments on commit 0fee989

Please sign in to comment.