Skip to content

Commit c0153c0

Browse files
committed
fix: checkout depth
1 parent adab714 commit c0153c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v3
30+
with:
31+
fetch-depth: 0
3032
- uses: cli/gh-extension-precompile@v1
3133
with:
3234
go_version: "1.19"

0 commit comments

Comments
 (0)