Skip to content

Commit

Permalink
Remove unused profile from release build.
Browse files Browse the repository at this point in the history
Just a little cleanup we had a profile in the mvn script that is unnecessary.

Signed-off-by: Glenn Renfro <[email protected]>
  • Loading branch information
cppwfs committed Dec 17, 2024
1 parent d0ce4af commit a8b275d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
jfrog rt build-clean
jfrog mvn clean install \
-gs .github/settings.xml \
-P-spring,stagingrelease \
-Pstagingrelease \
-DskipTests -U -B
jfrog rt build-publish
echo BUILD_ZOO_HANDLER_spring_cloud_dataflow_ui_buildname=spring-cloud-dataflow-ui-main-release >> $GITHUB_ENV
Expand Down

0 comments on commit a8b275d

Please sign in to comment.