Skip to content

Commit 29ba25f

Browse files
authored
fix: checkout depth in release flow (#219)
1 parent f82f660 commit 29ba25f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
1618
- name: Set up Python 3.10
1719
uses: actions/setup-python@v4
1820
with:

0 commit comments

Comments
 (0)