From 934d3a0afcbec53832781ff11a2204f043d20ae9 Mon Sep 17 00:00:00 2001 From: Oleg Tarasov Date: Fri, 28 Oct 2022 19:00:34 +0300 Subject: [PATCH] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39997272..c996d143 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Dead simple: ```yaml steps: - - uses: olegtarasov/get-tag@v2 + - uses: olegtarasov/get-tag@v2.1.2 id: tagName with: tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.