Skip to content

Commit

Permalink
Version bump on each commit to main (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp authored Dec 29, 2023
1 parent 2ea8716 commit baecba2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit baecba2

Please sign in to comment.