Skip to content

Commit 35d82f8

Browse files
fix: filter RC and milestone versions for maven
1 parent 205a8e7 commit 35d82f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-smoke-test-latest-versions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
--artifact-id maven-surefire-plugin \
6969
--prerelease-pattern alpha \
7070
--prerelease-pattern beta \
71+
--prerelease-pattern rc \
72+
--prerelease-pattern '-m\d' \
7173
--min-age-hours "${MIN_DEPENDENCY_AGE_HOURS}" \
7274
--current-version "${{ steps.current.outputs.surefire_version }}" \
7375
--github-output "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)