Skip to content

Commit fd1c5e4

Browse files
committed
Maven command typo
1 parent b8c85aa commit fd1c5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Test with maven
6868
run: |
6969
mvn -B resources:resources@copy-index-schema-to-source -f web
70-
mvn -B -ntp -V -fae verify -Drelesae -Pit
70+
mvn -B -ntp -V -fae verify -Drelease -Pit
7171
- name: Check for uncommitted changes such as formatting changes
7272
run: |
7373
if [[ -n "$(git status -s)" ]]; then

0 commit comments

Comments
 (0)