We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0a8ad commit 468f265Copy full SHA for 468f265
.github/workflows/api.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build with Maven
36
working-directory: ./
37
- run: mvn -B package --file pom.xml
+ run: mvn -B package -P prod --file pom.xml
38
39
- name: Login to GHCR
40
if: github.event_name != 'pull_request'
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
41
42
43
44
45
# 设置 Maven pom 版本环境变量
46
- name: Set Release version env variable
0 commit comments