From 64c632836de428d34200f5b3e63ae22daec1123e Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 18 Jun 2022 04:46:18 +0300 Subject: [PATCH] version 1.0.25 --- package.json | 2 +- will.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 49bf50fa..2907a916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wretry.action", - "version": "1.0.24", + "version": "1.0.25", "description": "Retries an Github Action step on failure", "enabled": 0, "author": "Kostiantyn Wandalen ", diff --git a/will.yml b/will.yml index a38431f3..c4450c46 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.0.24 + version: 1.0.25 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen