Skip to content

Commit 9d0f62b

Browse files
committed
Update build.yml
1 parent 74b5a73 commit 9d0f62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Find major.minor version
6161
id: major-minor
6262
if: steps.publish.outputs.new_version
63-
uses: actions-ecosystem/action-create-comment@v1
63+
uses: actions-ecosystem/action-regex-match@v2
6464
with:
6565
text: ${{ steps.publish.outputs.gem_version }}
6666
regex: '^([0-9]*\.[0-9]*)\.'

0 commit comments

Comments
 (0)