From e4203426b38003e7e93713c645c9501693edc828 Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:12:53 +0000 Subject: [PATCH] Removed pushing git tag as debug. --- .github/workflows/tag.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f13da74..4b00b9b 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -77,13 +77,6 @@ jobs: docker tag ${DOCKER_REGISTRY}/${{ inputs.repo-name }}:main-${GITHUB_SHA::8} ${{ inputs.repo-name }}:main-${GITHUB_SHA::8} .github/retag-and-push.sh ${{ inputs.repo-name }} main-${GITHUB_SHA::8} - # - name: Create and push Git tag - # run: | - # new_tag=${{ steps.determine_next_tag.outputs.new_tag }} - # new_version_num=${new_tag#v} - # git tag -a "${new_tag}" -m "Version ${new_version_num}" - # git push --tags origin "${new_tag}" - semver-for-manually-created-tags: if: ${{ startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest