"vscode:/vscode.git/clone" did not exist on "a3b6df3ef3e06d934fe7bfc681b5cb447f1c9c7c"
Unverified Commit d8727275 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix ci (#3441)

parent 6239d0b2
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
id: set_tag_name id: set_tag_name
run: | run: |
if [ -z "${{ inputs.tag_name }}" ]; then if [ -z "${{ inputs.tag_name }}" ]; then
TAG_NAME="v$(cat sgl-kernel/version.py | cut -d'"' -f2)" TAG_NAME="v$(cat sgl-kernel/src/sgl-kernel/version.py | cut -d'"' -f2)"
echo "tag_name=$TAG_NAME" >> $GITHUB_OUTPUT echo "tag_name=$TAG_NAME" >> $GITHUB_OUTPUT
else else
echo "tag_name=${{ inputs.tag_name }}" >> $GITHUB_OUTPUT echo "tag_name=${{ inputs.tag_name }}" >> $GITHUB_OUTPUT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment