Skip to content

Commit

Permalink
fix profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Benz authored and mbenz89 committed Dec 29, 2021
1 parent 27bbee2 commit 6621453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
java-version: '8'
- name: Build and test Java 8
run: |
mvn -B clean -DskipTests package -PJava8 -PDeploy
mvn -B clean -DskipTests package -PJava8 -Pdeploy
# has to happen in same job, so that the documention was already created (would require another checkout and maven run otherwise)
- name: Get Version
Expand Down

0 comments on commit 6621453

Please sign in to comment.