From 94a32dfd8a5ab65996b562b0bb9b90de264cf8fd Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Sun, 12 Mar 2023 21:39:48 -0400 Subject: [PATCH] ci: stop emitting event to the launcher repo (#2320) --- .github/workflows/release-pipeline.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index e2b57d8fd0..75aa887024 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -79,10 +79,3 @@ jobs: run: | TAG_VAL=$(echo ${{ github.REF }} | awk -F'refs/tags/' '{print $2}') gh release edit ${TAG_VAL} --draft=false --repo open-goal/jak-project - - - name: Consume Release in the Launcher - uses: peter-evans/repository-dispatch@v2 - with: - token: ${{ secrets.BOT_PAT }} - repository: 'open-goal/launcher' - event-type: releaseLauncher