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 b8c85aa commit fd1c5e4Copy full SHA for fd1c5e4
.github/workflows/linux.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Test with maven
68
run: |
69
mvn -B resources:resources@copy-index-schema-to-source -f web
70
- mvn -B -ntp -V -fae verify -Drelesae -Pit
+ mvn -B -ntp -V -fae verify -Drelease -Pit
71
- name: Check for uncommitted changes such as formatting changes
72
73
if [[ -n "$(git status -s)" ]]; then
0 commit comments