chore(ci): Fix publish action

This commit is contained in:
Donny/강동윤 2022-08-18 14:12:21 +09:00
parent 7201bcb71e
commit 91d494dfd4

View File

@ -24,5 +24,5 @@ pub(crate) static GIT_SHA: &str = "${sha}";`,
// we won't push, it's only to avoid dirty check for the publish
await execAsync(`git add ${filePath}`);
await execAsync(`git commit -m build(swc/core): bump sha`);
await execAsync(`git commit -m 'build(swc/core): bump sha'`);
})();