Skip to content

Commit 0e6ba6d

Browse files
authored
Run release on all tags
The v6.0.0 tag didn't publish a release since it wasn't matching the regular expression. This updates the expression to the same one we use in Mockito core. Fixes #539
1 parent 7342b2c commit 0e6ba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches:
1313
- main
1414
tags:
15-
- 5.*
15+
- v*
1616
pull_request:
1717
branches:
1818
- main

0 commit comments

Comments
 (0)