From 587c6a1a7c65de9a9913e3da8d1f27864276312f Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sat, 29 Mar 2025 07:29:27 -0400 Subject: [PATCH] fix: goreleaser --- .github/actions/go-release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/go-release/action.yaml b/.github/actions/go-release/action.yaml index 9af9397..45f9a6c 100644 --- a/.github/actions/go-release/action.yaml +++ b/.github/actions/go-release/action.yaml @@ -19,6 +19,6 @@ runs: uses: goreleaser/goreleaser-action@v6 with: version: latest - args: release --rm-dist + args: release env: GITHUB_TOKEN: ${{ inputs.token }}