From 233e7876ec166b3cda9e0be581e5509d4b0e85ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:23:02 +0000 Subject: [PATCH] feat: Setup .NET SDK version 9.0.x in release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66962033..20f4b9ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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