How to publish a NuGet package with GitHub Actions in 2026
Build, test, version, package, and securely publish a .NET library to NuGet.org using GitHub Actions, MinVer, workflow artifacts, and trusted publishing.
Build, test, version, package, and securely publish a .NET library to NuGet.org using GitHub Actions, MinVer, workflow artifacts, and trusted publishing.
Use NuGet Trusted Publishing with GitHub Actions to publish packages without storing a long-lived API key.
gRPC services and clients rely on protobuf contracts to align on the shape of requests and responses. NuGet can make sharing these contracts more convenient.
A guide on how to set up a CI pipeline on CircleCI to build, test, pack and publish a package on NuGet and GitHub Packages.