Skip to content

Commit

Permalink
Use install keyword to get go-licenses (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabritsius authored Aug 12, 2022
1 parent 85b9dcf commit 9db0873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Create the licence report file
run: |
go get github.com/google/go-licenses && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
go install github.com/google/go-licenses@latest && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
- name: Create branch and push it
run: |
Expand Down

0 comments on commit 9db0873

Please sign in to comment.