You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this example release run: ci link.
Upload failed with the following output.
+ gh release upload v0.3.0 cargo-marker-x86_64-unknown-linux-gnu.tar.gz cargo-marker-x86_64-unknown-linux-gnu.zip cargo-marker-x86_64-unknown-linux-gnu.sha256 --clobber
HTTP 502: Server Error (https://api.github.com/repos/Veetaha/marker/releases/assets/125294025)
Error: Process completed with exit code 1.
I suggest using exponential backoff to retry the gh release operation when it fails.
Here is an example bash function that we use to retry any network operations.
The text was updated successfully, but these errors were encountered:
taiki-e
added a commit
to taiki-e/create-gh-release-action
that referenced
this issue
Sep 9, 2023
See this example release run: ci link.
Upload failed with the following output.
I suggest using exponential backoff to retry the
gh release
operation when it fails.Here is an example bash function that we use to retry any network operations.
The text was updated successfully, but these errors were encountered: