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