From b63a02b6025e89cd6a6565d90f6febb754c975f5 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 d032cd3e8731c..1b3678fe3f09d 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