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.