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