mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
chore(ci): Fix publish action
This commit is contained in:
parent
7201bcb71e
commit
91d494dfd4
@ -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'`);
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user