Skip to content

Commit 396fc7c

Browse files
Merge pull request #3092 from kichristensen/checkoutHistory
Full checkout of repository during release of binaries
2 parents afa0ba3 + 29bd8cd commit 396fc7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_pipelinesrelease_template.yml

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
steps:
134134
- name: checkout
135135
uses: actions/checkout@v4.1.0
136+
with:
137+
fetch-depth: 0
136138
- uses: actions/setup-go@v4
137139
with:
138140
go-version: "${{ inputs.GOVERSION }}"

0 commit comments

Comments
 (0)