Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix SBOM release pipeline (#367)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - This pull request includes an update to the `.github/workflows/release.yml` file to set up the .NET SDK for the release workflow. ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Fixes #362 ### Notes * Added a step to set up the .NET SDK using the `actions/setup-dotnet` action, specifying the .NET version `9.0.x` and the source URL for the NuGet package. ### How to test <!-- if applicable, add testing instructions under this section --> Check green build here: https://github.com/open-feature/dotnet-sdk/actions/runs/13141307066/job/36668893117 Signed-off-by: André Silva <[email protected]>
- Loading branch information