Skip to content

Commit 79435a8

Browse files
committed
ci: set fetch depth to 0 for checkout
1 parent fd1cfb9 commit 79435a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1719
- name: Set up Python
1820
uses: actions/setup-python@v5
1921
with:

0 commit comments

Comments
 (0)