Skip to content

Commit

Permalink
feat: Setup .NET SDK version 9.0.x in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
askpt committed Feb 4, 2025
1 parent cb7105b commit 233e787
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET SDK
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
dotnet-version: |
9.0.x
source-url: https://nuget.pkg.github.com/open-feature/index.json

- name: Install CycloneDX.NET
run: dotnet tool install CycloneDX

Expand Down

0 comments on commit 233e787

Please sign in to comment.