diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml new file mode 100644 index 0000000..07e7d82 --- /dev/null +++ b/.github/workflows/versioning.yml @@ -0,0 +1,13 @@ +name: Keep the versions up-to-date + +on: + release: + types: [published, edited] + +jobs: + actions-tagger: + runs-on: ubuntu-latest + steps: + - uses: Actions-R-Us/actions-tagger@latest + with: + publish_latest_tag: false \ No newline at end of file