Skip to content

Commit

Permalink
Update proxy-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Aug 8, 2024
1 parent 6bb9dde commit 405e3fa
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/proxy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 405e3fa

Please sign in to comment.