build: fix bump-version
This commit is contained in:
parent
2fb69390a6
commit
5bf71441d7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { hideBin } from 'yargs/helpers';
|
||||||
const packageType = 'module';
|
const packageType = 'module';
|
||||||
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