remove licenses before regenerating them
This commit is contained in:
parent
6eebc7ed3d
commit
8981b4c913
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user