Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit fb9529b

Browse files
committed
combile index.js
1 parent 2cf368f commit fb9529b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ function addPluginCert(keyName,keyId){
174174
function versionCheck(version){
175175
const supportedVersion = 'v0.11.0-alpha.4.dev.20221030'
176176
if (semver.gt(version, supportedVersion)) {
177-
//console.error(`ERROR: NotationCli v${version} is not supported by this version of the setup_notation GitHub Action.`)
178177
core.setFailed('Unsupported NotationCli version');
179-
throw new Error(`ERROR: NotationCli v${version} is not supported by this version of the setup_notation GitHub Action.`);
178+
throw new Error(`NotationCli v${version} is not supported by this version of the setup_notation GitHub Action.`);
180179
}
181180
}
182181

0 commit comments

Comments
 (0)