We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b534785 commit e241aa0Copy full SHA for e241aa0
.github/workflows/create-release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: mvn versions:set -DnewVersion=${{ github.event.inputs.versionTag }}
38
39
- name: Build with Maven
40
- run: mvn -B package --file pom.xml
+ run: mvn -B package -Pproduction --file pom.xml
41
42
- name: Create Release Notes
43
if: ${{ !startsWith(github.ref, 'refs/tags/')
0 commit comments