mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 22:56:54 +08:00
fix: Add await
This commit is contained in:
parent
8e6c12a2b5
commit
00311793aa
@ -34,7 +34,7 @@ export async function run(): Promise<void> {
|
||||
await git.pushTag(inps.TagName, inps.TagMessage);
|
||||
|
||||
core.info(`[INFO] Deleting ${workDir}`);
|
||||
io.rmRF(workDir);
|
||||
await io.rmRF(workDir);
|
||||
|
||||
core.info('[INFO] Action successfully completed');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user