Skip to content

Commit 54a93fd

Browse files
committed
Perform full checkout when building
1 parent 35c249f commit 54a93fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
needs: [test]
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820
- name: Install uv
1921
uses: astral-sh/setup-uv@v5
2022
with:

0 commit comments

Comments
 (0)