StoneCypher / fsl

Finite State Language specification
9 stars 1 forks source link

Deno module not updating because of hook/gha race #1235

Closed StoneCypher closed 6 months ago

StoneCypher commented 1 year ago

https://github.com/StoneCypher/jssm/settings/hooks/391175803?tab=deliveries

Deno needs the release to be tagged before it'll publish, but webhooks fire before gh actions, and actions has the release action, which owns tagging

Need to find a way to fire the deno hook late

StoneCypher commented 6 months ago

this appears to have self-resolved along the way. possibly when i re-registered the module? dunno.