Fix post-activation demo convergence

This commit is contained in:
rcourtman
2026-08-09 19:54:14 +01:00
parent cba3b3e857
commit 83273de91c
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
exit 1
fi
release_state="$(
gh release view "${TAG}" --json isDraft,isPrerelease,publishedAt,tagName \
gh release view "${TAG}" --repo rcourtman/Pulse --json isDraft,isPrerelease,publishedAt,tagName \
--jq '[.tagName, (.isDraft | tostring), (.isPrerelease | tostring), (.publishedAt // "")] | @tsv'
)"
if [ "$(awk -F '\t' '{print $1}' <<<"${release_state}")" != "${TAG}" ] || \