From cee69d967bb98e661158909631c7a838eeeba3f9 Mon Sep 17 00:00:00 2001 From: cvasseng Date: Thu, 18 Jan 2024 14:10:39 +0100 Subject: [PATCH] Update build-and-push.yml --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 3466112e..8589d437 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -30,4 +30,4 @@ jobs: git config --local user.name "GitHub Action" git add dist/ git commit -m "Build the dist files after merge." - git push \ No newline at end of file + git push -f