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.