Skip to content

Commit b9380e2

Browse files
authored
Update gradle.yml
1 parent b30241c commit b9380e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: check-version
2323
with:
2424
text: ${{ env.LATEST_MVN_CENTRAL_VERSION }}
25-
regex: "[0-9]+.[0-9]+.[0-9]"
25+
regex: "[0-9]+.[0-9]+.[0-9]+"
2626
- name: "Test Resolved Version"
2727
run: |
2828
echo "Illegal version: $LATEST_MVN_CENTRAL_VERSION"

0 commit comments

Comments
 (0)