We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe8988 commit 77cb2a5Copy full SHA for 77cb2a5
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
# either 'goreleaser' (default) or 'goreleaser-pro'
29
distribution: goreleaser
30
- version: latest
+ version: '~> v2'
31
args: build --clean --snapshot
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -60,6 +60,7 @@ release:
60
brews:
61
- homepage: https://github.com/conacademy/buttplug-mcp
62
description: "Buttplug MCP Server"
63
+ directory: Formula
64
repository:
65
owner: conacademy
66
name: homebrew-tap
0 commit comments