Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisugi committed Feb 1, 2024
1 parent e1f4469 commit 45cc5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: kaisugi/action-regex-match@v1.0.0
- uses: kaisugi/action-regex-match@v1.0.1
id: regex-match
with:
text: ${{ github.event.comment.body }}
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: kaisugi/action-regex-match@v1.0.0
- uses: kaisugi/action-regex-match@v1.0.1
id: regex-match
with:
text: ${{ github.event.comment.body }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-regex-match",
"version": "1.0.0",
"version": "1.0.1",
"description": "GitHub Action to do regex matching",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 45cc5ba

Please sign in to comment.