From 03bce0f06d70df1ecc62037ee08ff66047c412b2 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 27 Mar 2024 22:51:04 +0100 Subject: [PATCH] ci: run goreleaser only if test & lint pass --- .github/workflows/goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 5cd00ac..eda6ac2 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -9,6 +9,7 @@ permissions: jobs: goreleaser: + needs: [build, golangci] runs-on: ubuntu-latest steps: - name: Checkout