Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 1, 2021
1 parent 5fa156a commit 2e38b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12383,7 +12383,7 @@ function action(_actionName, params, core) {
const { owner, repo, branch, github_token } = params;
const to_version = yield 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_1.NpmModuleVersion.stringify(to_version)}`);
const octokit = createOctokit_1.createOctokit({ github_token });
Expand Down

0 comments on commit 2e38b39

Please sign in to comment.