Skip to content

Commit ada710e

Browse files
committed
regex that actually matches more than 1 digit
1 parent f1d6bc1 commit ada710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/require_semver_bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
file: DESCRIPTION
1717
pattern: >
18-
Version:\s(.+?\..+?\..+?)
18+
Version:\s(\d+\.\d+\.\d+\d*)

0 commit comments

Comments
 (0)