Skip to content

Commit

Permalink
fix: update v0.9.0-alpha.2 config schema path (#2328)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Mar 22, 2022
1 parent 994aef6 commit 55705c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .schema/version.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand Down

0 comments on commit 55705c7

Please sign in to comment.