From efb5e35256c7bfacf6ec5240a6813afd90b7f0f9 Mon Sep 17 00:00:00 2001 From: Patrik Date: Tue, 22 Mar 2022 12:33:25 +0100 Subject: [PATCH] fix: update v0.9.0-alpha.2 config schema path (#2328) --- .github/workflows/ci.yaml | 2 +- .schema/version.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16b0be53e9f2..df5cc46fda7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -259,7 +259,7 @@ jobs: - uses: ory/ci/releaser/render-version-schema@master with: token: ${{ secrets.ORY_BOT_PAT }} - schema-path: spec/config.json + schema-path: embedx/config.schema.json newsletter-draft: name: Draft newsletter diff --git a/.schema/version.schema.json b/.schema/version.schema.json index 600ef2fe7b6b..627df2410ec7 100644 --- a/.schema/version.schema.json +++ b/.schema/version.schema.json @@ -322,7 +322,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/ory/kratos/v0.9.0-alpha.2/spec/config.json" + "$ref": "https://raw.githubusercontent.com/ory/kratos/v0.9.0-alpha.2/embedx/config.schema.json" } ] }