From 5a7f0ad34038bd8ffaf620473271a5ba8a5d7885 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 11 Dec 2021 12:35:34 +0100 Subject: [PATCH] Fixed another typo... --- .github/workflows/publish-swagger-spec.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-swagger-spec.yml b/.github/workflows/publish-swagger-spec.yml index dd6dd845..9c250e08 100644 --- a/.github/workflows/publish-swagger-spec.yml +++ b/.github/workflows/publish-swagger-spec.yml @@ -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: