Skip to content

Commit 4925759

Browse files
Michael McNeesclaude
authored andcommitted
fix(release): correct go-licenses v2 module path
go install github.com/google/go-licenses/v2@v2.0.1 (not the pre-v2 path) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 30f6878 commit 4925759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Generate NOTICE
4848
run: |
49-
go install github.com/google/go-licenses@v2.0.1
49+
go install github.com/google/go-licenses/v2@v2.0.1
5050
go-licenses report ./... > NOTICE
5151
working-directory: packages/engine
5252

0 commit comments

Comments
 (0)