Skip to content

Commit 71f9c36

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2023-09-25) ### Features * **actions:** update to use node20 ([ea6affb](ea6affb)) * **deps:** bump @actions/core from 1.10.0 to 1.10.1 ([071d083](071d083))
1 parent ea6affb commit 71f9c36

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.6.0](https://github.com/sws2apps/render-deployment/compare/v1.5.0...v1.6.0) (2023-09-25)
2+
3+
4+
### Features
5+
6+
* **actions:** update to use node20 ([ea6affb](https://github.com/sws2apps/render-deployment/commit/ea6affb389fbf113337fb2b05be9f91591d405da))
7+
* **deps:** bump @actions/core from 1.10.0 to 1.10.1 ([071d083](https://github.com/sws2apps/render-deployment/commit/071d0834401b701adfe154e947b524d2588b128b))
8+
19
# [1.5.0](https://github.com/sws2apps/render-deployment/compare/v1.4.0...v1.5.0) (2023-09-08)
210

311

dist/index.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "render-deployment",
33
"description": "A GitHub Action to trigger deployment in Render.",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"private": true,
66
"type": "module",
77
"homepage": "https://github.com/sws2apps/render-deployment#readme",

0 commit comments

Comments
 (0)