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
Add GitHub Actions workflow for NuGet publishing (#3)
Introduces a workflow to build, test, pack, and publish NuGet packages on pushes to main or via manual dispatch. Supports version override and handles API key securely for publishing to nuget.org.
Adds symbol package creation and conditional push to the publish workflow. Ensures .snupkg files are only pushed if present, and refines version extraction logic for robustness.
0 commit comments