From 0eb3e5061223b8aab0507a2833b28e03f195a57c Mon Sep 17 00:00:00 2001 From: drew Date: Mon, 28 Jul 2025 21:19:19 +0400 Subject: [PATCH] fix: remove if in the release action --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9880fcee1d250b187a6ae58a9f5e9c0f4e62385..65591eff194e2b0ba7d9c58e59deb975e20bde85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,6 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser - if: steps.conventional-commits.outputs.tag uses: goreleaser/goreleaser-action@v5 with: # GoReleaser will automatically use the latest version.