Don't write global.json while updating API docs

pull/6351/head
Mark McDowall 4 months ago committed by Mark McDowall
parent d76a489be6
commit db6a627983

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

Loading…
Cancel
Save