Skip to content

Commit

Permalink
fix: try something else for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 4, 2022
1 parent 4f04e7d commit 0e64137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .releaserc
Expand Up @@ -3,7 +3,7 @@
"branch": "master",
"plugins": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"outpath": ".",
"schemaLocation": "src/schema.json",
"languages": { "ts": true, "go": true, "rs": true, "py": true }
}],
Expand All @@ -19,7 +19,7 @@
],
"verifyConditions": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"outpath": ".",
"schemaLocation": "src/schema.json",
"languages": { "ts": true, "go": true, "rs": true, "py": true }
}],
Expand All @@ -30,7 +30,7 @@
],
"prepare": [
["@json-schema-tools/semantic-release-transpiler", {
"outpath": "./",
"outpath": ".",
"schemaLocation": "src/schema.json",
"languages": { "ts": true, "go": true, "rs": true, "py": true }
}],
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e64137

Please sign in to comment.