Add version autobump stub (#3194)
This commit is contained in:
parent
a7a8228570
commit
3f758cdb9a
|
@ -0,0 +1,15 @@
|
|||
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"
|
Loading…
Reference in New Issue