ci : fix tag name in cuda and hip releases (#10566)

This commit is contained in:
Diego Devesa 2024-11-28 15:58:54 +01:00 committed by GitHub
parent 76b27d29c2
commit e90688edd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -904,6 +904,8 @@ jobs:
- name: Clone
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Cuda Toolkit 11.7
if: ${{ matrix.cuda == '11.7' }}
@ -1139,6 +1141,8 @@ jobs:
- name: Clone
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install
id: depends