diff --git a/.github/workflows/cli-release-process.yml b/.github/workflows/cli-release-process.yml index 8fdaac0867c7..95dfe49f738e 100644 --- a/.github/workflows/cli-release-process.yml +++ b/.github/workflows/cli-release-process.yml @@ -110,7 +110,8 @@ jobs: working-directory: ${{ github.workspace }}/tools/dotcms-cli run: | ./mvnw -U clean install -Dtest.failure.ignore=true -DskipTests=${{ github.event.inputs.skipTests }} - ./mvnw package -Dquarkus.package.type=uber-jar -DskipTests + cd cli + ../mvnw package -Dquarkus.package.type=uber-jar -DskipTests - name: Releaser env: