We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca5830 commit 287efd4Copy full SHA for 287efd4
README.md
@@ -12,7 +12,7 @@ Dead simple:
12
13
```yaml
14
steps:
15
- - uses: little-core-labs/get-git-tag@v3
+ - uses: little-core-labs/get-git-tag@v3.0.1
16
id: tagName
17
with:
18
tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
0 commit comments