Skip to content

Commit 57e0330

Browse files
committed
Improve path pattern
1 parent 0efc83e commit 57e0330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- uses: r7kamura/bump-request@v0
2222
with:
2323
command: |
24-
sed -i -r 's/([0-9]+\.[0-9]+\.[0-9]+)/${{ inputs.version }}/' lib/**/version.rb
24+
sed -i -r 's/([0-9]+\.[0-9]+\.[0-9]+)/${{ inputs.version }}/' lib/rspec/request_describer/version.rb
2525
bundle install
2626
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)