We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6f2ed commit d032e42Copy full SHA for d032e42
.github/workflows/maven-check-versions.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Check the versions
21
uses: docker://leplusorg/maven-check-versions:3.9.9@sha256:abdd53328be1c87d7bf21b868d47d7934b28dfc66e168d9625877616ab14d6da
22
env:
23
- 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