Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 752d05e

Browse files
committed
SIGN-8057 Bump task version to 2.0
1 parent bd166c3 commit 752d05e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

actions/submit-signing-request/task.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const taskVersion = '1.4';
1+
const taskVersion = '2.0';
22
export { taskVersion };

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",

0 commit comments

Comments
 (0)