build: fix bump-version
This commit is contained in:
parent
fca0231729
commit
5c3ba9da05
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { hideBin } from "yargs/helpers";
|
||||||
const packageType = "system";
|
const packageType = "system";
|
||||||
const repositoryOwner = process.env.CI_REPO_OWNER;
|
const repositoryOwner = process.env.CI_REPO_OWNER;
|
||||||
const repositoryName = process.env.CI_REPO_NAME;
|
const repositoryName = process.env.CI_REPO_NAME;
|
||||||
const repositoryURL = process.env.CI_REPO_LINK;
|
const repositoryURL = process.env.CI_REPO_URL;
|
||||||
const forgeURL = process.env.CI_FORGE_URL;
|
const forgeURL = process.env.CI_FORGE_URL;
|
||||||
|
|
||||||
const getManifestUrl = (channel) =>
|
const getManifestUrl = (channel) =>
|
||||||
|
|
Loading…
Reference in a new issue