This repository was archived by the owner on Feb 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
actions/submit-signing-request Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ export class Task {
295295 retries : maxRetryCount ,
296296 retryCondition : axiosRetry . isNetworkOrIdempotentRequestError
297297 } ) ;
298-
299298 }
300299
301300 private checkResponseStructure ( response : SubmitSigningRequestResult ) : void {
Original file line number Diff line number Diff line change 1- const taskVersion = '1.4 ' ;
1+ const taskVersion = '2.0 ' ;
22export { taskVersion } ;
Original file line number Diff line number Diff line change 99 "lint" : " tslint --project tsconfig.json"
1010 },
1111 "name" : " signpath.connectors.githubactions.actions" ,
12- "version" : " 1.4 .0" ,
12+ "version" : " 2.0 .0" ,
1313 "description" : " Use SignPath to sign your build artifacts." ,
1414 "devDependencies" : {
1515 "@types/chai" : " ^4.3.5" ,
You can’t perform that action at this time.
0 commit comments