From cbb8904122520339cb13325531b8ba4634e5e57e Mon Sep 17 00:00:00 2001 From: Jan Rundshagen Date: Sun, 23 Feb 2025 16:54:35 +0100 Subject: [PATCH] chore(ci): Remove lint from needs for production release --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 59ab0e6..d7d6193 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -53,7 +53,6 @@ jobs: runs-on: ubuntu-latest needs: - test - - lint env: CGO_ENABLED: 0 TAG: ${{ github.ref_name }}