diff --git a/.github/workflows/version-auto-bump.yml b/.github/workflows/version-auto-bump.yml new file mode 100644 index 00000000000..f632f99bd4b --- /dev/null +++ b/.github/workflows/version-auto-bump.yml @@ -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" \ No newline at end of file