From 65eb6ed4efdf4984ca574f85e5fab053c783ad9e Mon Sep 17 00:00:00 2001 From: wandalen Date: Fri, 22 Oct 2021 17:25:39 +0300 Subject: [PATCH] version 1.0.7 --- package.json | 2 +- will.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 009fda1a..9f9e6053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wretry.action", - "version": "1.0.6", + "version": "1.0.7", "description": "Retries an Github Action step on failure", "enabled": 0, "author": "Kostiantyn Wandalen ", diff --git a/will.yml b/will.yml index 13e010d4..3624a093 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 1.0.6 + version: 1.0.7 description: Retries an Github Action step on failure enabled: 0 author: Kostiantyn Wandalen