From d7f7390c264507b3bdd6d2b86e69c0d5e830b12c Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 11 Jan 2024 17:14:37 -0800 Subject: [PATCH] Don't write global.json while updating API docs --- .github/workflows/api_docs.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index c1ea11cc0..1fc69c0fa 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -31,12 +31,6 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v3 id: setup-dotnet - with: - dotnet-version: '6.0.x' - - - name: Create temporary global.json - run: | - echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}" } }' > ./global.json - name: Create openapi.json run: ./docs.sh Linux