File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,10 @@ jobs:
201201 VERSION=$(grep -oE '\d+\.\d+' <<< "${{ github.ref_name }}" | { read version; echo "$version-stable"; })
202202 echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
203203
204- curl -L -X POST https://api.github.com/repos/react-native-community/template/release.yaml/dispatches \
204+ curl -L https://api.github.com/repos/react-native-community/template/actions/workflows/ release.yaml/dispatches
205205 -H "Accept: application/vnd.github.v3+json" \
206206 -H "Authorization: Bearer $REACT_NATIVE_BOT_GITHUB_TOKEN" \
207- -d "{\"ref\":\"$VERSION\",\"inputs\":{\"version\":\"${{ github.ref_name }}\",\"is_latest_on_npm\":\"$IS_LATEST\"}}\n "
207+ -d "{\"ref\":\"$VERSION\",\"inputs\":{\"version\":\"${{ github.ref_name }}\",\"is_latest_on_npm\":\"$IS_LATEST\"}}"
208208 - name : Wait for template to be published
209209 timeout-minutes : 3
210210 env :
You can’t perform that action at this time.
0 commit comments