Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2024-05-09)

### Bug Fixes

* **deps:** update dependency @actions/core to v1.10.1 ([b0abca4](b0abca4))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent b0abca4 commit 30bb9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class OidcClient {
.catch(error => {
throw new Error(`Failed to get ID Token. \n
Error Code : ${error.statusCode}\n
Error Message: ${error.result.message}`);
Error Message: ${error.message}`);
});
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
if (!id_token) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chonkbot",
"version": "1.1.5",
"version": "1.1.6",
"description": "How chonky are your PRs?",
"author": "Tom Bowden <[email protected]>",
"license": "ISC",
Expand Down

0 comments on commit 30bb9a6

Please sign in to comment.