We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a55e77 commit e229b6dCopy full SHA for e229b6d
.github/workflows/release.yml
@@ -177,12 +177,10 @@ jobs:
177
steps:
178
- name: Dispatch jsar-loader-unity to build
179
run: |
180
- REPO_OWNER="M-CreativeLab"
181
- REPO_NAME="jsar-loader-unity"
182
TOKEN="${{ secrets.GITHUB_TOKEN }}"
183
- curl -X POST \
+ curl -X POST --verbose \
184
-H "Authorization: Bearer $TOKEN" \
185
-H "Accept: application/vnd.github.everest-preview+json" \
186
-H "Content-Type: application/json" \
187
- https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/dispatches \
+ https://api.github.com/repos/M-CreativeLab/jsar-loader-unity/dispatches \
188
--data '{"jsar_runtime_version": "${{ inputs.tag_name }}"}'
0 commit comments