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: |