mirror of
https://github.com/bitwarden/android.git
synced 2025-01-12 03:07:35 +03:00
Add publish options to release workflow (#1994)
This commit is contained in:
parent
c07c305384
commit
cb0c52fb26
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -13,6 +13,11 @@ on:
|
|||
- Initial Release
|
||||
- Redeploy
|
||||
- Dry Run
|
||||
fdroid_publish:
|
||||
description: 'Publish to f-droid store'
|
||||
required: true
|
||||
default: true
|
||||
type: boolean
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
@ -78,6 +83,7 @@ jobs:
|
|||
name: F-Droid Release
|
||||
runs-on: ubuntu-20.04
|
||||
needs: release
|
||||
if: inputs.fdroid_publish
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
|
||||
|
|
Loading…
Reference in a new issue