Skip to content

Commit 9b1e960

Browse files
committed
fix
Signed-off-by: oliver könig <[email protected]>
1 parent 30cf950 commit 9b1e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
torch-version: ${{ inputs.torch-version || matrix.torch-version }}
6565
cxx11_abi: ${{ inputs.cxx11_abi || matrix.cxx11_abi }}
6666
upload-to-release: ${{ inputs.upload-to-release || false }}
67-
release-version: ${{ inputs.release-version || v2.0.0 }}
67+
release-version: ${{ inputs.release-version || 'v2.0.0' }}

0 commit comments

Comments
 (0)