Skip to content

Commit ade1902

Browse files
committed
attempt to fixup release commits by cloning full repo
1 parent b480cb2 commit ade1902

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4.1.7
19+
with:
20+
fetch-depth: 0
1921

2022
- name: Set up Python
2123
uses: actions/setup-python@v5.1.0
@@ -48,6 +50,8 @@ jobs:
4850
runs-on: ubuntu-latest
4951
steps:
5052
- uses: actions/checkout@v4.1.7
53+
with:
54+
fetch-depth: 0
5155

5256
- name: Set up Python
5357
uses: actions/setup-python@v5.1.0
@@ -72,6 +76,8 @@ jobs:
7276

7377
steps:
7478
- uses: actions/checkout@v4.1.7
79+
with:
80+
fetch-depth: 0
7581

7682
- name: Extract branch name
7783
id: extract_branch
@@ -123,6 +129,8 @@ jobs:
123129
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
124130
steps:
125131
- uses: actions/checkout@v4.1.7
132+
with:
133+
fetch-depth: 0
126134

127135
- name: Extract tag from ref
128136
id: extract_tag

0 commit comments

Comments
 (0)