remove licenses before regenerating them

This commit is contained in:
Bastian Doetsch 2022-08-26 16:06:50 +02:00
parent 6eebc7ed3d
commit 8981b4c913
No known key found for this signature in database
GPG Key ID: 1BE16C0988EB5F97

View File

@ -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"