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