From a1b59356551005280d9a1add72be769b9c47f9f1 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Tue, 23 Aug 2022 19:13:57 -0400 Subject: [PATCH] release: inform the launcher repo when a release is cut (#1788) --- .github/workflows/release-pipeline.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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