Add autobump workflow stub (#2015)

This commit is contained in:
Michał Chęciński 2022-07-29 12:18:57 +02:00 committed by GitHub
parent 8ec6545bbc
commit 3128a4c5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/version-auto-bump.yml vendored Normal file
View File

@ -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"