release: inform the launcher repo when a release is cut (#1788)

This commit is contained in:
Tyler Wilding
2022-08-23 19:13:57 -04:00
committed by GitHub
parent 5777b6e058
commit a1b5935655
+7
View File
@@ -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