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 NuGet push to use explicit package name pattern
Update CI/CD workflow to push only the main NuGet package by using
the explicit TimeWarp.SourceGenerators.*.nupkg pattern. This prevents
the error caused by attempting to push symbol packages (.snupkg) that
don't contain actual symbol files.
Follows the same pattern used by timewarp-state for handling package
publishing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments