From 287efd4e663d92ec7beab4f3cd80b9515581a61d Mon Sep 17 00:00:00 2001 From: Bret <166301+bcomnes@users.noreply.github.com> Date: Tue, 17 Nov 2020 06:30:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e2cded..69af07ee 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Dead simple: ```yaml steps: - - uses: little-core-labs/get-git-tag@v3 + - uses: little-core-labs/get-git-tag@v3.0.1 id: tagName with: tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.