We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8745183 commit 0fee989Copy full SHA for 0fee989
.github/workflows/homebrew.yml
@@ -13,6 +13,9 @@ jobs:
13
- name: Add published release to Homebrew Tap
14
uses: Justintime50/homebrew-releaser@v1
15
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
+
19
# The name of the homebrew tap to publish your formula to as it appears on GitHub.
20
# Required - strings
21
homebrew_owner: localstack
0 commit comments