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
This commit is contained in:
Jakub Domeracki
2025-08-06 10:06:23 +02:00
committed by GitHub
parent 5c88d93207
commit 408e19fd98
+1 -1
View File
@@ -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