diff --git a/src/git-utils.ts b/src/git-utils.ts index 1f4ff78dc..91de026fd 100644 --- a/src/git-utils.ts +++ b/src/git-utils.ts @@ -23,7 +23,7 @@ export async function copyAssets( publishDir: string, workDir: string ): Promise { - const copyOpts = {recursive: true, force: false}; + const copyOpts = {recursive: true, force: true}; const files = fs.readdirSync(publishDir); core.debug(`${files}`); for await (const file of files) {