mirror of
https://github.com/bitwarden/android.git
synced 2026-04-28 03:48:14 -05:00
17 lines
222 B
YAML
17 lines
222 B
YAML
|
|
name: Publish
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-24.04
|
|
name: Promote build to Production in Play Store
|
|
|
|
steps:
|
|
- name: TEST STEP
|
|
run: exit 0
|