From 9cb1a3f83cb0bbe65ab58d65d44d50ce412f1c65 Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Sat, 23 Aug 2025 17:21:01 -0400 Subject: [PATCH] Fix YAML maybe --- .github/workflows/binaries-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries-publish.yaml b/.github/workflows/binaries-publish.yaml index 1c08c322..695e1785 100644 --- a/.github/workflows/binaries-publish.yaml +++ b/.github/workflows/binaries-publish.yaml @@ -53,7 +53,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COSIGN_PWD: ${{ secrets.COSIGN_PWD }} - - name: Run GoReleaser (No Publish) + - name: Run GoReleaser No Publish if: !startsWith(github.ref, 'refs/tags/') uses: goreleaser/goreleaser-action@v5 with: