From 0b3c0a4060871536c7042b3760c376ec02ccae13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Wed, 20 Nov 2024 16:09:01 +0100 Subject: [PATCH] ci: run goreleaser only for v* tags --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ddfff1..0591198 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,6 +80,7 @@ jobs: fi binary: + if: ${{ startsWith(github.ref, 'refs/tags/v') }} name: Build and attach binary artifacts runs-on: ubuntu-latest permissions: