Fix go-licenses ordering
This commit is contained in:
parent
341864ec25
commit
0ca266bc9a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/licenses.yml
vendored
3
.github/workflows/licenses.yml
vendored
|
|
@ -21,9 +21,8 @@ jobs:
|
|||
- name: Generate Go license notices
|
||||
run: |
|
||||
go install github.com/google/go-licenses@latest
|
||||
mkdir "$LICENSE_DIR"
|
||||
GOROOT=$(go env GOROOT) go-licenses report ./... --template=.github/licenses.tmpl --stderrthreshold=ERROR --logtostderr=false > "$LICENSE_DIR"/README.md
|
||||
GOROOT=$(go env GOROOT) go-licenses save ./... --stderrthreshold=ERROR --logtostderr=false --save_path "$LICENSE_DIR"
|
||||
GOROOT=$(go env GOROOT) go-licenses report ./... --template=.github/licenses.tmpl --stderrthreshold=ERROR --logtostderr=false > "$LICENSE_DIR"/README.md
|
||||
|
||||
- name: Upload Go license notices
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue