From d7872ab8c6520410888eaf0cfca49619af6665c9 Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:13:42 +0000 Subject: [PATCH] Rename git job to 'git' from 'auto-git-tag' --- .github/workflows/tag.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 5b6c6bb..6713b64 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -19,7 +19,7 @@ on: required: true jobs: - auto-git-tag: + git: runs-on: ubuntu-latest if: ${{ github.ref == 'refs/heads/main' }} @@ -82,8 +82,8 @@ jobs: echo "New tag: ${new_tag}" echo "new_tag=${new_tag}" >> "$GITHUB_OUTPUT" - semver-for-auto-generated-tags: - needs: auto-git-tag + semver: + needs: git uses: climatepolicyradar/reusable-workflows/.github/workflows/semver.yml@main secrets: inherit with: