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"