Skip to content

Commit ea08695

Browse files
authored
Fix go-licenses for latest version (#811)
* Fix go-licenses for latest version
1 parent c9fd412 commit ea08695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
- name: Create the licence report file
4646
run: |
4747
export PATH="$GOPATH/bin:$PATH"
48-
go install github.com/google/[email protected] && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
48+
go install github.com/google/[email protected]
49+
cd cmd/manager
50+
go-licenses csv . --stderrthreshold 3 > ../../third_party_licenses.txt
4951
5052
- name: Configure Git
5153
run: |

0 commit comments

Comments
 (0)