mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[BRE-563] Reverting out electron_publish option. Needs to always happen (#12997)
This commit is contained in:
6
.github/workflows/publish-desktop.yml
vendored
6
.github/workflows/publish-desktop.yml
vendored
@@ -22,11 +22,6 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: '10'
|
default: '10'
|
||||||
type: string
|
type: string
|
||||||
electron_publish:
|
|
||||||
description: 'Publish Electron blob to AWS'
|
|
||||||
required: true
|
|
||||||
default: true
|
|
||||||
type: boolean
|
|
||||||
snap_publish:
|
snap_publish:
|
||||||
description: 'Publish to Snap store'
|
description: 'Publish to Snap store'
|
||||||
required: true
|
required: true
|
||||||
@@ -111,7 +106,6 @@ jobs:
|
|||||||
name: Electron blob publish
|
name: Electron blob publish
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: setup
|
needs: setup
|
||||||
if: inputs.electron_publish
|
|
||||||
env:
|
env:
|
||||||
_PKG_VERSION: ${{ needs.setup.outputs.release_version }}
|
_PKG_VERSION: ${{ needs.setup.outputs.release_version }}
|
||||||
_RELEASE_TAG: ${{ needs.setup.outputs.tag_name }}
|
_RELEASE_TAG: ${{ needs.setup.outputs.tag_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user