From 09101f2bd6e529b857bfb66c8196f7754d0e26e6 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Thu, 12 Dec 2024 09:58:21 -0500 Subject: [PATCH] ci: Fix release action trying to push to old internal repo --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7118aa02..08f1803f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,11 +168,6 @@ jobs: git push origin HEAD:main git push origin HEAD:development git push -f origin HEAD:chore/dependabot - - name: "Push release commits to internal main" - if: ${{ github.event.inputs.dryRun == 'false' }} - run: | - git remote add internal https://${{ secrets.MP_SEMANTIC_RELEASE_BOT }}@github.com/mParticle/mparticle-android-sdk-internal.git - git push internal HEAD:main - name: "Delete release branch" if: ${{ github.event.inputs.dryRun == 'false' }} run: |