test(ci): fix syntax

This commit is contained in:
Nam Anh 2022-07-01 13:08:02 +07:00
parent f0c83fb315
commit c4ad2b4ef4
No known key found for this signature in database
GPG Key ID: 3607BE99CDA9C7C2
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ cd('..')
const cmd = `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`.replace("$'[", "'[");
await $`${cmd}`;
await $(cmd);

View File

@ -37,7 +37,7 @@ jobs:
cd('..')
const cmd = `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`.replace("$'[", "'[");
await $`${cmd}`;
await $(cmd);
EOF
- name: push generated manifest