mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-16 23:43:21 +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);
|
await git.pushTag(inps.TagName, inps.TagMessage);
|
||||||
|
|
||||||
core.info(`[INFO] Deleting ${workDir}`);
|
core.info(`[INFO] Deleting ${workDir}`);
|
||||||
io.rmRF(workDir);
|
await io.rmRF(workDir);
|
||||||
|
|
||||||
core.info('[INFO] Action successfully completed');
|
core.info('[INFO] Action successfully completed');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user