From c51e577816e21cd26ab1e11d18e4588cf3f58dbf Mon Sep 17 00:00:00 2001 From: David Finol Date: Sun, 28 Feb 2021 10:23:34 -0600 Subject: [PATCH] Apply suggestions from code review --- .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 21ebc6ce..6ee3b060 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