Skip to content

Commit 6f6ab25

Browse files
Added downloading go deps for the release process (#448)
1 parent 0dde6dc commit 6f6ab25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
with:
3232
go-version: "1.17"
3333

34+
- name: Download dependencies
35+
run: |
36+
go mod download
37+
3438
- name: Create the licence report file
3539
run: |
3640
go get github.com/google/go-licenses && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt

0 commit comments

Comments
 (0)