Comparing ua-parser:master...Studyo:master · ua-parser/uap-csharp
Commits on Jul 2, 2025
-
ci: Specify project path in publish-nuget workflow
Updated the dotnet restore, build, and pack commands in the publish-nuget GitHub Actions workflow to explicitly target UAParser/UAParser.csproj. This ensures the correct project is used during CI/CD operations.
-
ci: Add --api-key to NuGet push in GitHub workflow
The publish-nuget.yaml workflow now includes the --api-key parameter when pushing packages to GitHub Packages, using the GITHUB_TOKEN secret. This change ensures proper authentication during the package publishing process.