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: use curl for tag creation (raw JSON, not form-encoded) [skip-version]
- gh api -f sends form-encoded data, API expects JSON body
- Use curl -X POST with -d for proper JSON body format
- Returns HTTP 201 (created) or 422 (already exists)
0 commit comments