From b9f219aae1d601c557132d2dd0580a1144455cfb Mon Sep 17 00:00:00 2001 From: Melad Raouf Date: Wed, 14 May 2025 12:18:24 +0300 Subject: [PATCH] MS-951: Add git tag release step to pipeline-deploy-to-internal --- .github/workflows/pipeline-deploy-to-internal.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline-deploy-to-internal.yml b/.github/workflows/pipeline-deploy-to-internal.yml index dfd54fda62..5179e6dc4c 100644 --- a/.github/workflows/pipeline-deploy-to-internal.yml +++ b/.github/workflows/pipeline-deploy-to-internal.yml @@ -36,3 +36,7 @@ jobs: mapping-file: ${{ needs.build-internal-aab.outputs.optional-mapping-file }} needs: - build-internal-aab + tag-release: + uses: ./.github/workflows/reusable-update-release-git-tag.yml + needs: deploy-internal-build + secrets: inherit