Skip to content

Commit 45e6ac6

Browse files
committed
Merge branch 'master' into v2-release
2 parents 14deb5c + 50b7cd9 commit 45e6ac6

File tree

6 files changed

+1255
-441
lines changed

6 files changed

+1255
-441
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dead simple:
1010

1111
```yaml
1212
steps:
13-
- uses: olegtarasov/[email protected].2
13+
- uses: olegtarasov/[email protected].3
1414
id: tagName
1515
with:
1616
tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
@@ -28,7 +28,7 @@ You can also use named regex groups (thanks to PR from @jelgblad):
2828
2929
```yaml
3030
steps:
31-
- uses: olegtarasov/[email protected].2
31+
- uses: olegtarasov/[email protected].3
3232
id: tagName
3333
with:
3434
tagRegex: "(?<package>.*)-(?<version>.*)"

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Get tag name'
22
description: 'Gets current tag name and puts it into an environment variable GIT_TAG_NAME.'
33
author: 'Oleg Tarasov'
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'dist/index.js'
77
inputs:
88
tagRegex:

dist/index.js

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)