Don't write global.json while updating API docs

This commit is contained in:
Mark McDowall 2024-01-11 17:14:37 -08:00 committed by Mark McDowall
parent d76a489be6
commit db6a627983
1 changed files with 0 additions and 6 deletions

View File

@ -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