Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeshua Ben Joseph
2026-06-02 09:31:47 -07:00
co-authored by Copilot Autofix powered by AI
parent 3e6f99e74c
commit 831fbc2060
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
--json tagName \
--jq "[.[] | select(.tagName | startswith(\"${{ matrix.ubuntu_codename }}-\"))] | first | .tagName // empty")
if [ -z "${LATEST_TAG}" ] || [ "${LATEST_TAG}" == "null" ]; then
if [ -z "${LATEST_TAG}" ]; then
echo "No release found for ${{ matrix.ubuntu_codename }} track. Skipping."
echo "should_build=false" >> $GITHUB_OUTPUT
exit 0