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
fix(ci): delete latest release assets by name (#47)
gh release view --json assets returns GraphQL node IDs in .id, which
the REST delete endpoint rejects with 404. Use gh release delete-asset
with asset names instead.
0 commit comments