mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-22 15:19:10 +00:00
Don't write global.json while updating API docs
This commit is contained in:
parent
d76a489be6
commit
db6a627983
1 changed files with 0 additions and 6 deletions
6
.github/workflows/api_docs.yml
vendored
6
.github/workflows/api_docs.yml
vendored
|
@ -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…
Reference in a new issue