Skip to content

Commit e229b6d

Browse files
committed
fix vars
1 parent 9a55e77 commit e229b6d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,10 @@ jobs:
177177
steps:
178178
- name: Dispatch jsar-loader-unity to build
179179
run: |
180-
REPO_OWNER="M-CreativeLab"
181-
REPO_NAME="jsar-loader-unity"
182180
TOKEN="${{ secrets.GITHUB_TOKEN }}"
183-
curl -X POST \
181+
curl -X POST --verbose \
184182
-H "Authorization: Bearer $TOKEN" \
185183
-H "Accept: application/vnd.github.everest-preview+json" \
186184
-H "Content-Type: application/json" \
187-
https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/dispatches \
185+
https://api.github.com/repos/M-CreativeLab/jsar-loader-unity/dispatches \
188186
--data '{"jsar_runtime_version": "${{ inputs.tag_name }}"}'

0 commit comments

Comments
 (0)