build: remove CircleCI from release pipeline (#42651)

* build: remove CircleCI from release pipeline

* build: remove IS_GHA_RELEASE and CHECK_DIST_MANIFEST
This commit is contained in:
Keeley Hammond
2024-06-25 14:25:04 -07:00
committed by GitHub
parent 3534923bd2
commit a8baa6f1ad
9 changed files with 3 additions and 201 deletions

View File

@@ -170,7 +170,6 @@ runs:
run: |
cd src/electron
node script/yarn create-typescript-definitions
# TODO(vertedinde): These uploads currently point to a different Azure bucket & GitHub Repo
- name: Publish Electron Dist ${{ inputs.step-suffix }}
if: ${{ inputs.is-release == 'true' }}
shell: bash