Skip to content

Commit 0fee989

Browse files
authored
fix invalid version in homebrew-tap (#26)
1 parent 8745183 commit 0fee989

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/homebrew.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Add published release to Homebrew Tap
1414
uses: Justintime50/homebrew-releaser@v1
1515
with:
16+
# Explicitly set the version to avoid Justintime50/homebrew-releaser#39 (wrong auto-detection of "64" as version)
17+
version: ${{ github.event.release.tag_name }}
18+
1619
# The name of the homebrew tap to publish your formula to as it appears on GitHub.
1720
# Required - strings
1821
homebrew_owner: localstack

0 commit comments

Comments
 (0)