From 6eebc7ed3db785fde763b745fe6644e6de3a2233 Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Fri, 26 Aug 2022 16:02:57 +0200 Subject: [PATCH] add force flag to git clean --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bd99fb6..7762d14 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: git add licenses git commit -m "Updated licenses" git push - git clean && git reset --hard + git clean -f && git reset --hard - name: Create release tag run: |