Skip to content

Commit

Permalink
other(CI): separate maven release job and docker build and push fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-vandaele committed Feb 14, 2025
1 parent 7d33926 commit 626e6f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
distribution: 'temurin'
java-version: '21'

- name: Install element templates CLI
run: npm install --global element-templates-cli

- name: Compile and Test
run: mvn clean install

Expand Down

0 comments on commit 626e6f4

Please sign in to comment.