We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4aa02e commit 5f3b70dCopy full SHA for 5f3b70d
.github/workflows/maven-check-versions.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Check the versions
17
uses: docker://leplusorg/maven-check-versions:3.9.9@sha256:abdd53328be1c87d7bf21b868d47d7934b28dfc66e168d9625877616ab14d6da
18
env:
19
- IGNORED_VERSIONS: "(?i).+-(alpha|beta).+,(?i).+-m\d+,(?i).+-rc\d+"
+ IGNORED_VERSIONS: "(?i).+-(alpha|beta).+,(?i).+-m\\d+,(?i).+-rc\\d+"
0 commit comments