Add retry logic for deno publish to handle transient JSR errors
JSR occasionally returns Internal Server Error during publishing, causing
the publish job to fail. This adds a retry mechanism that attempts the
deno publish command up to 5 times with 30-second intervals between
attempts.
Co-Authored-By:
Claude <noreply@anthropic.com>
Loading
Please register or sign in to comment