Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit ecd5bdb

Browse files
author
Corneil du Plessis
committed
Don't modify dataflow-ui version.
1 parent f047f3f commit ecd5bdb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ jobs:
7474
-Dproperty=skipper.version \
7575
-DnewVersion=${{ inputs.version }} \
7676
-B
77-
jfrog rt mvn versions:set-property \
78-
-gs .github/settings.xml \
79-
-DskipResolution=true \
80-
-Pstagingrelease \
81-
-DgenerateBackupPoms=false \
82-
-Dproperty=spring-cloud-dataflow-ui.version \
83-
-DnewVersion=${{ inputs.version }} \
84-
-B
8577
spring_cloud_dataflow_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
8678
echo "spring_cloud_dataflow_version=$spring_cloud_dataflow_version" >> $GITHUB_ENV
8779
echo "::notice ::set dataflow.version=${spring_cloud_dataflow_version}"

0 commit comments

Comments
 (0)