1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-08 19:06:11 +02:00

[BRE-563] Reverting out electron_publish option. Needs to always happen (#12997)

This commit is contained in:
Andy Pixley 2025-01-21 11:24:00 -05:00 committed by GitHub
parent eb99eba284
commit 1b9f546139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}