From 12f5917bcb5b640aca611d65e0b09490582881d9 Mon Sep 17 00:00:00 2001 From: Jakub Domeracki Date: Wed, 6 Aug 2025 10:06:23 +0200 Subject: [PATCH] fix: adjust the condition to actually run this step from release branches (#19187) fix: adjust the condition to actually run this step from release branches --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6ea28ad87a90c..9387dba44742b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -635,7 +635,7 @@ jobs: run: ls -lh build - name: Publish Coder CLI binaries and detached signatures to GCS - if: ${{ !inputs.dry_run && github.ref == 'refs/heads/main' && github.repository_owner == 'coder'}} + if: ${{ !inputs.dry_run }} run: | set -euxo pipefail