Skip to content

Commit 5f3b70d

Browse files
committed
Fix YAML
1 parent c4aa02e commit 5f3b70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Check the versions
1717
uses: docker://leplusorg/maven-check-versions:3.9.9@sha256:abdd53328be1c87d7bf21b868d47d7934b28dfc66e168d9625877616ab14d6da
1818
env:
19-
IGNORED_VERSIONS: "(?i).+-(alpha|beta).+,(?i).+-m\d+,(?i).+-rc\d+"
19+
IGNORED_VERSIONS: "(?i).+-(alpha|beta).+,(?i).+-m\\d+,(?i).+-rc\\d+"

0 commit comments

Comments
 (0)