Skip to content

Commit 759f04b

Browse files
authored
add checkout with full history for release (#58)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
1 parent 9c3f50d commit 759f04b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
permissions:
3535
contents: write
3636
steps:
37+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
38+
with:
39+
fetch-depth: 0 # we need the full history to reason about changelogs and tags
40+
persist-credentials: true
41+
3742
# setup checkout, go, go-make, binny, and cache go modules
3843
- uses: anchore/go-make/.github/actions/setup@1747ccaf5ab9a24fc6beaff2c4665007fe656462 # dev branch!
3944

0 commit comments

Comments
 (0)