From 405e3fa26b055f79694721fae7779998dda0441d Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Thu, 8 Aug 2024 13:52:32 +0200 Subject: [PATCH] Update proxy-ci.yml --- .github/workflows/proxy-ci.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/proxy-ci.yml b/.github/workflows/proxy-ci.yml index 36d3b97..696f04d 100644 --- a/.github/workflows/proxy-ci.yml +++ b/.github/workflows/proxy-ci.yml @@ -68,20 +68,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - - build-goreleaser: - runs-on: ubuntu-latest - needs: [ test ] - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - run: git fetch --force --tags - - uses: actions/setup-go@v5 - with: - go-version: stable - - uses: goreleaser/goreleaser-action@v6 - with: - version: latest - args: build --clean + \ No newline at end of file