mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
Fix post-activation demo convergence
This commit is contained in:
@@ -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}" ] || \
|
||||
|
||||
Reference in New Issue
Block a user