Skip to content

Commit 5851137

Browse files
Revert "fix: adjust the condition to actually run this step from release branches (#19187)"
This reverts commit b63a02b.
1 parent b63a02b commit 5851137

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 }}
638+
if: ${{ !inputs.dry_run && github.ref == 'refs/heads/main' && github.repository_owner == 'coder'}}
639639
run: |
640640
set -euxo pipefail
641641

0 commit comments

Comments
 (0)