From 8a966121379c30009505d80c80b1997fcce08266 Mon Sep 17 00:00:00 2001 From: Tamara Rivera Date: Wed, 21 May 2025 01:14:52 +0000 Subject: [PATCH] Update workflow files --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ac91ba..01c22f99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4.3.1 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Setup Azure Functions Core Tools - Windows if: runner.os == 'Windows' run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fc9a781..e73b1536 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v4.3.1 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Build run: dotnet build src --configuration Release - name: Sign NuGet packages