Make release asset uploads idempotent #10

Closed
opened 2026-05-01 19:23:38 +00:00 by rodin · 0 comments
Owner

Problem

If the release workflow is re-run (e.g. retrigger), asset uploads fail because assets with the same name already exist.

Fix

Before uploading, check if an asset with the same name exists on the release. If so, delete it first (or use replace API if available).

## Problem If the release workflow is re-run (e.g. retrigger), asset uploads fail because assets with the same name already exist. ## Fix Before uploading, check if an asset with the same name exists on the release. If so, delete it first (or use replace API if available).
rodin closed this issue 2026-05-02 17:07:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rodin/review-bot#10