From 92384bbfc3a5550d483312f10d19b7d52c3f08c4 Mon Sep 17 00:00:00 2001 From: vn7n24fzkq Date: Thu, 17 Sep 2020 22:45:51 +0800 Subject: [PATCH] [release] v0.2.3 --- dist/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 0779aeaf3..648a66fe7 100755 --- a/dist/index.js +++ b/dist/index.js @@ -17816,7 +17816,7 @@ const main = async () => { if (retry == maxRetry) { throw error; } - core.warn(`Commit failed. Retry...`); + core.warning(`Commit failed. Retry...`); } } } diff --git a/package.json b/package.json index 17544b2f6..d53474bb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-profile-summary-cards", - "version": "0.2.2", + "version": "0.2.3", "description": "Generate github profile summary cards", "main": "src/app.js", "scripts": {