Skip to content

Commit

Permalink
ci: Fix release action trying to push to old internal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 12, 2024
1 parent e5c30d2 commit 09101f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 09101f2

Please sign in to comment.