Skip to content

Commit 1f5f6c9

Browse files
authored
chore: add new interactive release package (#22624)
1 parent a130a7d commit 1f5f6c9

File tree

11 files changed

+1879
-443
lines changed

11 files changed

+1879
-443
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,11 +700,9 @@ jobs:
700700
name: Publish to Homebrew tap
701701
runs-on: ubuntu-latest
702702
needs: release
703-
if: ${{ !inputs.dry_run }}
703+
if: ${{ !inputs.dry_run && inputs.release_channel == 'mainline' }}
704704

705705
steps:
706-
# TODO: skip this if it's not a new release (i.e. a backport). This is
707-
# fine right now because it just makes a PR that we can close.
708706
- name: Harden Runner
709707
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
710708
with:

0 commit comments

Comments
 (0)