diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 325e4e5..4452342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v6.0.0 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Build run: dotnet build src --configuration Release - name: Run tests @@ -34,4 +34,4 @@ jobs: with: name: nugets path: nugets/* - retention-days: 1 \ No newline at end of file + retention-days: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57f4a7c..25d9e95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v6.0.0 with: - dotnet-version: 8.0.x + global-json-file: global.json - name: Build run: dotnet build src --configuration Release - name: Sign NuGet packages