Skip to content

Commit 671887c

Browse files
authored
Reactivate production Maven profile
1 parent a648cc3 commit 671887c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt update && sudo apt install gh -y
2727
- name: Publish package capable of targeting H2 in-memory backend
2828
run: |
29-
./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }} && ./mvnw --batch-mode --update-snapshots -Pexpose-runtime-metadata clean deploy
29+
./mvnw versions:set -DnewVersion=${{ github.event.release.tag_name }} && ./mvnw --batch-mode --update-snapshots -Pproduction,expose-runtime-metadata clean deploy
3030
SUFFIX="${{ github.event.release.tag_name }}"
3131
echo "Uploading cf-hoover-ui-$SUFFIX.jar to release ${{ github.event.release.tag_name }}"
3232
gh release upload "${{ github.event.release.tag_name }}" "/home/runner/.m2/repository/org/cftoolsuite/cfapp/cf-hoover-ui/$SUFFIX/cf-hoover-ui-$SUFFIX.jar" --clobber

0 commit comments

Comments
 (0)