From 65fc9729717f7931f3645cd38e6b1d7a7648f5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Mon, 28 Oct 2024 08:26:20 +0100 Subject: [PATCH] chore(docs): use new conf file for OpenAPI version --- .github/workflows/sync-version-with-api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-version-with-api-docs.yml b/.github/workflows/sync-version-with-api-docs.yml index a3c439b2..4e13b7b8 100644 --- a/.github/workflows/sync-version-with-api-docs.yml +++ b/.github/workflows/sync-version-with-api-docs.yml @@ -25,7 +25,7 @@ jobs: run: | # On release triggers, GITHUB_REF_NAME is the release name (e.g. # 'v0.10.0-beta') - sed -i "s/version: \".*\"/version: \"${GITHUB_REF_NAME}\"/" common/openapi/v1beta/api_info.conf + sed -i "s/version: \".*\"/version: \"${GITHUB_REF_NAME}\"/" openapi/v2/conf.proto - name: Create Pull Request uses: peter-evans/create-pull-request@v5 with: