Skip to content

Commit

Permalink
fix release tagging (note: it might actually now be necessary to reta…
Browse files Browse the repository at this point in the history
…g as 1.3.5, to ensure that the release is properly made? Otherwise, the current release 1.3.4 needs to be replaced) (#80)
  • Loading branch information
RichardBruskiewich authored Apr 12, 2023
1 parent 33149ef commit 7e0763f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schema/operation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://standards.ncats.io/operation/1.3.3/schema",
"$id": "https://standards.ncats.io/operation/1.3.4/schema",
"anyOf": [
{
"$ref": "#/$defs/OperationAnnotate"
Expand Down
4 changes: 2 additions & 2 deletions schema/workflow.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://standards.ncats.io/workflow/1.3.2/schema",
"$id": "https://standards.ncats.io/workflow/1.3.4/schema",
"type": "array",
"items": {
"$ref": "https://standards.ncats.io/operation/1.3.2/schema"
"$ref": "https://standards.ncats.io/operation/1.3.4/schema"
}
}

0 comments on commit 7e0763f

Please sign in to comment.