Skip to content

Commit

Permalink
Removed pushing git tag as debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 4, 2024
1 parent 99a2cc6 commit e420342
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e420342

Please sign in to comment.