fix profile name

This commit is contained in:
f43nd1r 2019-11-20 04:16:27 +01:00
parent 39a68fba2d
commit 745312cd68
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
with:
java-version: '1.13'
- name: Build release
run: ./mvnw -B clean package -Pproduction-mode
run: ./mvnw -B clean package -Pproduction
- name: Extract version
id: version
run: echo ::set-output name=value::$(./mvnw org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep '^[0-9]')

View file

@ -16,4 +16,4 @@ jobs:
with:
java-version: '1.13'
- name: Build and push release
run: ./mvnw -B clean package dockerfile:build dockerfile:push -Pproduction-mode
run: ./mvnw -B clean package dockerfile:build dockerfile:push -Pproduction