Skip to content

Commit

Permalink
Merge branch 'master' into v2-release
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
olegtarasov committed Dec 6, 2024
2 parents 4b022ac + 2958a50 commit 9a87168
Show file tree
Hide file tree
Showing 8 changed files with 34,325 additions and 23,896 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dead simple:

```yaml
steps:
- uses: olegtarasov/[email protected].3
- uses: olegtarasov/[email protected].4
id: tagName
with:
tagRegex: "foobar-(.*)" # Optional. Returns specified group text as tag name. Full tag string is returned if regex is not defined.
Expand All @@ -28,12 +28,12 @@ You can also use named regex groups (thanks to PR from @jelgblad):
```yaml
steps:
- uses: olegtarasov/[email protected].3
- uses: olegtarasov/[email protected].4
id: tagName
with:
tagRegex: "(?<package>.*)-(?<version>.*)"
tagRegex: "(?<package>.*)-(?<version>.*)"
- name: Some other step # Output usage example
with:
dirname: ${{ steps.tagName.outputs.package }}
tagname: ${{ steps.tagName.outputs.version }}
```
```
4 changes: 2 additions & 2 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {});
});
it('TODO - Add a test', async () => {})
})
37,381 changes: 29,792 additions & 7,589 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

175 changes: 64 additions & 111 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9a87168

Please sign in to comment.