diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a0648c65a..9987ca0366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,4 +25,4 @@ jobs: cache: 'maven' - name: Build with Maven - run: ./mvnw –-no-transfer-progress --batch-mode --update-snapshots verify + run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify