From 192da0475154920034503b7536e1b16674744cd4 Mon Sep 17 00:00:00 2001 From: pandravrc <162582491+pandravrc@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:15:07 +0900 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5121de..9a01924 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -121,4 +121,19 @@ jobs: # ${{ env.zipFile }} # ${{ env.unityPackage }} # ${{ env.packagePath }}/package.json - # tag_name: ${{ env.version }} \ No newline at end of file + # tag_name: ${{ env.version }} + + + vpmWebsiteUpload: + needs: build + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Trigger build-listing workflow + run: | + curl -X POST \ + -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + -H "Accept: application/vnd.github.v3+json" \ + https://api.github.com/repos/pandrabox/vpm/dispatches \ + -d '{"event_type": "trigger-build-listing"}' \ No newline at end of file