ci(github-actions): Remove tag step for promotions (#3422)

This commit is contained in:
James Rich
2025-10-09 06:46:53 -05:00
committed by GitHub
parent be0d4cdff4
commit cdb97ebe2b

View File

@@ -104,13 +104,6 @@ jobs:
git tag ${{ steps.calculate_tags.outputs.tag_to_process }}
git push origin ${{ steps.calculate_tags.outputs.tag_to_process }}
- name: Create and push final tag
if: ${{ !inputs.dry_run && inputs.channel != 'internal' }}
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release edit ${{ steps.calculate_tags.outputs.tag_to_process }} --tag ${{ steps.calculate_tags.outputs.final_tag }} --title "${{ steps.calculate_tags.outputs.release_name }}"
call-release-workflow:
if: ${{ !inputs.dry_run && inputs.channel == 'internal' }}
needs: determine-tags