This article focuses on packaging and publishing a .NET MAUI Library using GitHub Actions.The workflow includes versioning, building, packaging, signing, and pushing the NuGet package.Versioning is handled dynamically using the major version and GitHub run ID.Dotnet commands are used to build and pack the .NET project in the workflow.Secure packaging is achieved by signing the package for content integrity verification.The workflow demonstrates pushing the package to NuGet.org or Azure DevOps internal feed.Secret values like API keys are securely stored and accessed using GitHub Secrets.GitHub Actions allows for automating processes like creating a GitHub Release.The workflow is customizable and extendable for complex requirements.For more details and samples, visit dotnet/maui-samples and explore further.