Skip to content

Commit

Permalink
GitAction deploy second fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Finevman committed Jul 13, 2023
1 parent 80f8ebb commit 90835a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: 'maven'

- name: Create the (jar) packages and libraries
run: mvn --batch-mode clean package -Dskiptest -Pproduction
run: mvn clean package -Dskiptest -Pproduction

- name: Get version
id: tagName
Expand Down

0 comments on commit 90835a3

Please sign in to comment.