1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-03 11:46:05 +02:00
bitwarden-mobile/.github/workflows/version-auto-bump.yml
2022-07-29 12:18:57 +02:00

15 lines
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"