mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
15 lines
No EOL
223 B
YAML
15 lines
No EOL
223 B
YAML
name: Version Auto Bump
|
|
|
|
on:
|
|
# For testing only
|
|
workflow_dispatch:
|
|
inputs: {}
|
|
|
|
jobs:
|
|
|
|
setup:
|
|
name: "Setup"
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Stub for testing
|
|
run: echo "this is a stub" |