mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 23:32:29 -05:00
15 lines
205 B
YAML
15 lines
205 B
YAML
|
|
name: Publish
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-24.04
|
|
name: Promote build to Production in Play Store
|
|
|
|
steps:
|
|
- name: TEST STEP
|
|
run: exit 0
|