Skip to content

Commit 408e19f

Browse files
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
1 parent 5c88d93 commit 408e19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ jobs:
635635
run: ls -lh build
636636

637637
- name: Publish Coder CLI binaries and detached signatures to GCS
638-
if: ${{ !inputs.dry_run && github.ref == 'refs/heads/main' && github.repository_owner == 'coder'}}
638+
if: ${{ !inputs.dry_run }}
639639
run: |
640640
set -euxo pipefail
641641

0 commit comments

Comments
 (0)