From 8981b4c91308e804d3c38cd63f26558cedb22bc7 Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Fri, 26 Aug 2022 16:06:50 +0200 Subject: [PATCH] remove licenses before regenerating them --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7762d14..322adb2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,6 +32,7 @@ jobs: - name: Collect and save licenses run: | go install github.com/google/go-licenses@latest + rm -rf licenses go-licenses save . --save_path="licenses" git add licenses git commit -m "Updated licenses"