From 8033066291b658ff1338488911f0db02abc6d3bc Mon Sep 17 00:00:00 2001 From: David Finol Date: Sun, 28 Feb 2021 10:02:56 -0600 Subject: [PATCH] Create versioning.yml (#100) --- .github/workflows/versioning.yml | 14 ++++++++++++++ 1 file changed, 14 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..21ebc6c --- /dev/null +++ b/.github/workflows/versioning.yml @@ -0,0 +1,14 @@ +name: Versioning + +on: + release: + types: [published, edited] + +jobs: + actions-tagger: + name: Keep major version tag up-to-date + runs-on: ubuntu-latest + steps: + - uses: Actions-R-Us/actions-tagger@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}