From 799007d5ff762dae54734f81ff9cade1409afbbb Mon Sep 17 00:00:00 2001 From: Namrata Jha Date: Fri, 12 Nov 2021 03:48:27 +0000 Subject: [PATCH] fix default regex --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 75ea4f7..2aaca1b 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: Comma seperated regex patterns of versions to ignore. Defaults to all major release versions and only deletes pre-release versions. required: false - default: "^[\d*]+.[\d*]+.[0*]+$" + default: "^[\\d*]+.[\\d*]+.[0*]+$" token: description: >