From 25cb4f05b9a39d61faffbf5ad2c042dc329bfb4a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 28 Mar 2024 00:01:15 +0100 Subject: [PATCH] fix goreleaser --- .github/workflows/goreleaser.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index eda6ac2..5cd00ac 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -9,7 +9,6 @@ permissions: jobs: goreleaser: - needs: [build, golangci] runs-on: ubuntu-latest steps: - name: Checkout