Skip to content

Commit

Permalink
[release] v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Sep 17, 2020
1 parent 65926c5 commit 92384bb
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 @@ -17816,7 +17816,7 @@ const main = async () => {
if (retry == maxRetry) {
throw error;
}
core.warn(`Commit failed. Retry...`);
core.warning(`Commit failed. Retry...`);
}
}
}
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": "github-profile-summary-cards",
"version": "0.2.2",
"version": "0.2.3",
"description": "Generate github profile summary cards",
"main": "src/app.js",
"scripts": {
Expand Down

0 comments on commit 92384bb

Please sign in to comment.