Skip to content

Commit 4da672c

Browse files
committed
RU-T39 Trying to fix changerawr build.
1 parent 531c81e commit 4da672c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,24 +413,24 @@ jobs:
413413
--arg buildUrl "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" \
414414
'{
415415
"version": $version,
416-
"title": "Release v" + $version,
417-
"content": "$notes",
416+
"title": ("Release v" + $version),
417+
"content": $notes,
418418
"tags": [
419419
{
420420
"id": "platform",
421-
"name": "$platform"
421+
"name": ($platform | tostring)
422422
},
423423
{
424424
"id": "buildNumber",
425-
"name": "$buildNumber"
425+
"name": ($buildNumber | tostring)
426426
},
427427
{
428428
"id": "commitSha",
429-
"name": "$commitSha"
429+
"name": ($commitSha | tostring)
430430
},
431431
{
432432
"id": "buildUrl",
433-
"name": "$buildUrl"
433+
"name": ($buildUrl | tostring)
434434
}
435435
]
436436
}')

0 commit comments

Comments
 (0)