We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57ada5 commit eb37e26Copy full SHA for eb37e26
1 file changed
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
sudo rm -rf .cache/goreleaser
38
make release
39
env:
40
- GORELEASER_RELEASE: true
+ BUILDOPTS: release
41
GORELEASER_MOUNT_CONFIG: true
42
# using PAT as homebrew is located in different repo
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments