Skip to content

Commit dac7d35

Browse files
optic-release-automation[bot]williamlines
and
williamlines
authored
Release v1.10.46 (#650)
Co-authored-by: williamlines <[email protected]>
1 parent 7f329d3 commit dac7d35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class OidcClient {
558558
.catch(error => {
559559
throw new Error(`Failed to get ID Token. \n
560560
Error Code : ${error.statusCode}\n
561-
Error Message: ${error.result.message}`);
561+
Error Message: ${error.message}`);
562562
});
563563
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
564564
if (!id_token) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-notify-release",
3-
"version": "1.10.45",
3+
"version": "1.10.46",
44
"description": "Github action for notifying of a pending release",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)