mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-07 18:57:06 +02:00
[BRE-563] Reverting out electron_publish option. Needs to always happen (#12997)
This commit is contained in:
parent
eb99eba284
commit
1b9f546139
6
.github/workflows/publish-desktop.yml
vendored
6
.github/workflows/publish-desktop.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user