From baecba23e3f199cca6b400c26bff4b0bd8751995 Mon Sep 17 00:00:00 2001 From: OpenVMP Date: Thu, 28 Dec 2023 18:52:29 -0800 Subject: [PATCH] Version bump on each commit to main (#5) --- .github/workflows/version-bump.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/version-bump.yml diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml new file mode 100644 index 00000000..295f6b8a --- /dev/null +++ b/.github/workflows/version-bump.yml @@ -0,0 +1,18 @@ +name: Updates version and tags +on: + push: + branches: + - main +permissions: + contents: write +jobs: + update_version_and_tag: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Install Python 3 + uses: actions/setup-python@v2 + with: + python-version: 3.8 + - name: Update version + uses: kurtmc/github-action-python-versioner@f86ba7f3a5ed2cc96ba7ef6b857fdf44a849cea1 # v1