This should in theory fix the binary builds

This commit is contained in:
Matthew Kilgore
2025-05-07 20:18:18 -04:00
parent 60b817a6fc
commit 588074f50a

View File

@@ -38,7 +38,7 @@ jobs:
with:
workdir: "backend"
distribution: goreleaser
version: latest
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}