mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
efb5e941fc
commit
5fa156a093
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export async function action(
|
|||
const to_version = await getPackageJsonVersion({ owner, repo, branch });
|
||||
|
||||
if( to_version === undefined ){
|
||||
throw new Error("No version in package.json on ${owner}/${repo}#${branch} (or repo is private)");
|
||||
throw new Error(`No version in package.json on ${owner}/${repo}#${branch} (or repo is private)`);
|
||||
}
|
||||
|
||||
core.debug(`Version on ${owner}/${repo}#${branch} is ${NpmModuleVersion.stringify(to_version)}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue