Browse Source

Add version autobump stub (#3194)

pull/3205/head
Michał Chęciński 3 years ago committed by GitHub
parent
commit
3f758cdb9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .github/workflows/version-auto-bump.yml

15
.github/workflows/version-auto-bump.yml

@ -0,0 +1,15 @@ @@ -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…
Cancel
Save