From 98061c120583277dc4c41384b149c42d2406e52c Mon Sep 17 00:00:00 2001 From: Jakub Domeracki Date: Tue, 5 Aug 2025 21:34:35 +0200 Subject: [PATCH] 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 0fa2d17e0aac4..23e1dfd6d2dab 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