Skip to content

Commit e90688e

Browse files
authored
ci : fix tag name in cuda and hip releases (#10566)
1 parent 76b27d2 commit e90688e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,8 @@ jobs:
904904
- name: Clone
905905
id: checkout
906906
uses: actions/checkout@v4
907+
with:
908+
fetch-depth: 0
907909

908910
- name: Install Cuda Toolkit 11.7
909911
if: ${{ matrix.cuda == '11.7' }}
@@ -1139,6 +1141,8 @@ jobs:
11391141
- name: Clone
11401142
id: checkout
11411143
uses: actions/checkout@v4
1144+
with:
1145+
fetch-depth: 0
11421146

11431147
- name: Install
11441148
id: depends

0 commit comments

Comments
 (0)