From 2d29e81de917f4c98610be3e6faa9ffccf03464e Mon Sep 17 00:00:00 2001 From: David Finol Date: Sun, 28 Feb 2021 10:27:00 -0600 Subject: [PATCH] Update versioning.yml --- .github/workflows/versioning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 21ebc6c..6ee3b06 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -5,8 +5,8 @@ on: types: [published, edited] jobs: - actions-tagger: - name: Keep major version tag up-to-date + updateMajorTag: + name: Update major tag runs-on: ubuntu-latest steps: - uses: Actions-R-Us/actions-tagger@v2