Skip to content

Commit 6ff4b75

Browse files
author
Dennis Labordus
committed
Make release through github actions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 71565d6 commit 6ff4b75

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Deploy with Maven to GitHub Packages and Docker Hub
41-
run: ./mvnw -B -s custom_maven_settings.xml -Prelease,native -Dquarkus-profile=publishNativeImage clean deploy
41+
run: ./mvnw -B -s custom_maven_settings.xml -Prelease,native clean deploy
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

app/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ basex.password = admin
2020

2121
%dev.quarkus.log.level = DEBUG
2222
%dev.quarkus.log.category."org.lfenergy.compas.scl.data".level = DEBUG
23-

0 commit comments

Comments
 (0)