Fixed another typo...

This commit is contained in:
Alejandro Celaya 2021-12-11 12:35:34 +01:00
parent 8a93922da0
commit 5a7f0ad340

View File

@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Determine version
run: echo ${{ github.event.inputs.version }}
# - name: Determine version
# id: determine_version
# run: echo "::set-output name=version::${GITHUB_REF#refs/tags/}"
@ -37,7 +35,7 @@ jobs:
# - run: mkdir ${{ steps.determine_version.outputs.version }}
- run: mkdir ${{ github.event.inputs.version }}
# - run: mv docs/swagger/swagger-inline.json ${{ steps.determine_version.outputs.version }}/oas.json
- run: mv docs/swagger/swagger-inline.json ${{ github.event.inputs.version }}/oas.json
- run: mv docs/swagger/swagger-inlined.json ${{ github.event.inputs.version }}/oas.json
- name: Publish spec
uses: JamesIves/github-pages-deploy-action@4.1.7
with: