mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-03 15:24:36 +00:00
parent
3cbdb884dc
commit
e51ae191cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: "Set docs version"
|
- name: "Set docs version"
|
||||||
run: |
|
run: |
|
||||||
version="${{ (inputs.plan != '' && fromJson(inputs.plan).announcement_tag) || inputs.ref }"
|
version="${{ (inputs.plan != '' && fromJson(inputs.plan).announcement_tag) || inputs.ref }}"
|
||||||
# if version is missing, use 'latest'
|
# if version is missing, use 'latest'
|
||||||
if [ -z "$version" ]; then
|
if [ -z "$version" ]; then
|
||||||
echo "Using 'latest' as version"
|
echo "Using 'latest' as version"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue