Skip to content

Commit

Permalink
fix: try to get build working on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 4, 2022
1 parent fd7f8b5 commit 4f04e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Expand Up @@ -4,7 +4,7 @@
"plugins": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"schemaLocation": "./src/schema.json",
"schemaLocation": "src/schema.json",
"languages": { "ts": true, "go": true, "rs": true, "py": true }
}],
["@semantic-release/exec", {
Expand All @@ -20,7 +20,7 @@
"verifyConditions": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"schemaLocation": "./src/schema.json",
"schemaLocation": "src/schema.json",
"languages": { "ts": true, "go": true, "rs": true, "py": true }
}],
"@semantic-release/changelog",
Expand All @@ -31,7 +31,7 @@
"prepare": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"schemaLocation": "./src/schema.json",
"schemaLocation": "src/schema.json",
"languages": { "ts": true, "go": true, "rs": true, "py": true }
}],
["@semantic-release/exec", {
Expand Down

0 comments on commit 4f04e7d

Please sign in to comment.