File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments