File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 }')
You can’t perform that action at this time.
0 commit comments