Skip to content

Commit 8556c13

Browse files
committed
prep build workflow
1 parent 8ba4c68 commit 8556c13

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/rerunSemanticReleaseGithubSuccess.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const githubPluginConfig = {};
1414
const context = {
1515
...brokenReleaseDryRunResult,
1616
options: {
17-
repositoryUrl: "https://github.com/withcatai/node-llama-cpp.git"
17+
repositoryUrl: "https://github.com/axonzeta/node-llama-cpp.git"
1818
},
1919
logger: console,
2020
env: process.env
@@ -24,12 +24,12 @@ for (const release of context.releases) {
2424
if (release.pluginName === "@semantic-release/npm") {
2525
if (release.url == null) {
2626
release.name = "npm package (@latest dist-tag)";
27-
release.url = "https://www.npmjs.com/package/node-llama-cpp/v/" + release.version;
27+
release.url = "https://www.npmjs.com/package/@aibrow/node-llama-cpp/v/" + release.version;
2828
}
2929
} else if (release.pluginName === "@semantic-release/github") {
3030
if (release.url == null) {
3131
release.name = "GitHub release";
32-
release.url = "https://github.com/withcatai/node-llama-cpp/releases/tag/" + release.gitTag;
32+
release.url = "https://github.com/axonzeta/node-llama-cpp/releases/tag/" + release.gitTag;
3333
}
3434
}
3535
}

scripts/scaffoldElectronExampleForCiBuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ await scaffoldProjectTemplate({
4343
directoryPath: resolvedPackageFolderPath,
4444
parameters: {
4545
[ProjectTemplateParameter.ProjectName]: projectName,
46-
[ProjectTemplateParameter.ModelUriOrUrl]: "https://github.com/withcatai/node-llama-cpp",
46+
[ProjectTemplateParameter.ModelUriOrUrl]: "https://github.com/axonzeta/node-llama-cpp",
4747
[ProjectTemplateParameter.ModelUriOrFilename]: "model.gguf",
4848
[ProjectTemplateParameter.CurrentModuleVersion]: packageVersion
4949
}

0 commit comments

Comments
 (0)