diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 75aa887024..e2b57d8fd0 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -79,3 +79,10 @@ 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