Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrabox committed Sep 1, 2024
1 parent 5d2b372 commit 192da04
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,19 @@ jobs:
# ${{ env.zipFile }}
# ${{ env.unityPackage }}
# ${{ env.packagePath }}/package.json
# tag_name: ${{ env.version }}
# 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"}'

0 comments on commit 192da04

Please sign in to comment.