From 1b9f5461393b2194f988aeeacf8f78d1c749036a Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:24:00 -0500 Subject: [PATCH] [BRE-563] Reverting out electron_publish option. Needs to always happen (#12997) --- .github/workflows/publish-desktop.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish-desktop.yml b/.github/workflows/publish-desktop.yml index a8719f71a66..af24083e973 100644 --- a/.github/workflows/publish-desktop.yml +++ b/.github/workflows/publish-desktop.yml @@ -22,11 +22,6 @@ on: required: true default: '10' type: string - electron_publish: - description: 'Publish Electron blob to AWS' - required: true - default: true - type: boolean snap_publish: description: 'Publish to Snap store' required: true @@ -111,7 +106,6 @@ jobs: name: Electron blob publish runs-on: ubuntu-22.04 needs: setup - if: inputs.electron_publish env: _PKG_VERSION: ${{ needs.setup.outputs.release_version }} _RELEASE_TAG: ${{ needs.setup.outputs.tag_name }}