Skip to content

Commit e241aa0

Browse files
authored
Update create-release.yml (#270)
1 parent b534785 commit e241aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: mvn versions:set -DnewVersion=${{ github.event.inputs.versionTag }}
3838

3939
- name: Build with Maven
40-
run: mvn -B package --file pom.xml
40+
run: mvn -B package -Pproduction --file pom.xml
4141

4242
- name: Create Release Notes
4343
if: ${{ !startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)