Skip to content

Commit 28fcfd6

Browse files
committed
add depth to checkout
1 parent 0a86775 commit 28fcfd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v3
2727
with:
28+
fetch-depth: 0
2829
token: ${{ steps.app.outputs.app_token }}
2930
ref: ${{ github.ref_name }}
3031

0 commit comments

Comments
 (0)