updated goreleaser (#1883)

This commit is contained in:
Noah Campbell
2025-10-08 10:46:46 -07:00
committed by GitHub
parent 35759c47af
commit b0102719f9

View File

@@ -201,7 +201,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: "v1.x" # Binary version to install
version: "v2.12.3" # Binary version to install
args: release --clean --config deploy/.goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}