third party module not updating / releasing
Dear all,
I have just added a github repo , https://github.com/jonasfrey/o_file__wav, added a webhook (https://api.deno.land/webhook/gh/o_file__wav) selected content-type : application/json, selected only 'Branch or tag creation' . then i have added a tag with
git tag 0.1
and git push --tags
but the module does not appear on https://deno.land/x/o_file__wav@0.1 what could be the problem ?2 Replies
If you look in the webhook event history in Github you can get some good details about what happened
If the tag was created before the webhook, for example, you’d need to manually trigger the event
thanks, i did not know such information could be looked up ! , unfortunately i see 3 successfull deliveries , but my module https://deno.land/x/o_file__wav@0.1 still does not exist
i have asked the support, their response:
"The issue is that consecutive underscores are not allowed in a module name."
i have seens that the webhook response provides a status url, visiting this page revealed that my module /github repo is to large in size
thanks for your help