From 2f9ef4237a977650f40027956eeccc9942023b9a Mon Sep 17 00:00:00 2001 From: Zeshan Ziya <132985988+zeshanziya@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:14:11 +0530 Subject: [PATCH] add versioning.yml to keep version up-to-date --- .github/workflows/versioning.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/versioning.yml diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml new file mode 100644 index 0000000..c4c7b6a --- /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: true