From a63f08ad87fd9b5ea922e9e8ba74520662e68fbf Mon Sep 17 00:00:00 2001 From: Matthew Kilgore Date: Sat, 23 Aug 2025 17:21:21 -0400 Subject: [PATCH] Fix YAML maybe --- .github/workflows/binaries-publish.yaml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/binaries-publish.yaml b/.github/workflows/binaries-publish.yaml index 695e1785..29aa0be6 100644 --- a/.github/workflows/binaries-publish.yaml +++ b/.github/workflows/binaries-publish.yaml @@ -51,17 +51,4 @@ jobs: args: release --clean --yes env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COSIGN_PWD: ${{ secrets.COSIGN_PWD }} - - - name: Run GoReleaser No Publish - if: !startsWith(github.ref, 'refs/tags/') - uses: goreleaser/goreleaser-action@v5 - with: - workdir: "backend" - distribution: goreleaser - version: "~> v2" - args: release --clean --skip=publish,validate --yes - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COSIGN_PWD: ${{ secrets.COSIGN_PWD }} - COSIGN_YES: "true" \ No newline at end of file + COSIGN_PWD: ${{ secrets.COSIGN_PWD }} \ No newline at end of file