Commit dad6282
authored
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 <2493377+askpt@users.noreply.github.com>1 parent cb7105b commit dad6282
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
64 | 73 | | |
65 | 74 | | |
66 | 75 | | |
| |||
0 commit comments