Skip to content

Commit

Permalink
Merge branch 'issue-25951-implement-gha-generate-cli-release' of gith…
Browse files Browse the repository at this point in the history
…ub.com:dotCMS/core into issue-25951-implement-gha-generate-cli-release
  • Loading branch information
dcolina committed Oct 2, 2023
2 parents 4ce571f + 8c5ab31 commit fce8f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fce8f02

Please sign in to comment.