Fix missing closing bracket in publish-docs.yml (#5113)

Oops.
This commit is contained in:
Charlie Marsh
2024-07-16 12:59:11 -04:00
committed by GitHub
parent 3cbdb884dc
commit e51ae191cd

View File

@@ -33,7 +33,7 @@ jobs:
- name: "Set docs version"
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 [ -z "$version" ]; then
echo "Using 'latest' as version"