Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
d8727275
Unverified
Commit
d8727275
authored
Feb 10, 2025
by
Yineng Zhang
Committed by
GitHub
Feb 10, 2025
Browse files
fix ci (#3441)
parent
6239d0b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release-whl-kernel.yml
.github/workflows/release-whl-kernel.yml
+1
-1
No files found.
.github/workflows/release-whl-kernel.yml
View file @
d8727275
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment