From c48a3a24f7dff3bab488ed80e7350e288ce2bffa Mon Sep 17 00:00:00 2001
From: Alejandro Celaya <alejandro@alejandrocelaya.com>
Date: Sat, 11 Dec 2021 13:09:39 +0100
Subject: [PATCH] Fix yet another typo in pipeline

---
 .github/workflows/publish-swagger-spec.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-swagger-spec.yml b/.github/workflows/publish-swagger-spec.yml
index b1afc436..6a7e7d5d 100644
--- a/.github/workflows/publish-swagger-spec.yml
+++ b/.github/workflows/publish-swagger-spec.yml
@@ -44,6 +44,6 @@ jobs:
           branch: main
 #          folder: ${{ steps.determine_version.outputs.version }}
           folder: ${{ github.event.inputs.version }}
-#          target-folder: specs/${{ github.event.inputs.version }}
-          target-folder: specs/${{ steps.determine_version.outputs.version }}
+#          target-folder: specs/${{ steps.determine_version.outputs.version }}
+          target-folder: specs/${{ github.event.inputs.version }}
           clean: false