Skip to content

Commit

Permalink
Don't modify dataflow-ui version.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed May 15, 2024
1 parent f047f3f commit ecd5bdb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ jobs:
-Dproperty=skipper.version \
-DnewVersion=${{ inputs.version }} \
-B
jfrog rt mvn versions:set-property \
-gs .github/settings.xml \
-DskipResolution=true \
-Pstagingrelease \
-DgenerateBackupPoms=false \
-Dproperty=spring-cloud-dataflow-ui.version \
-DnewVersion=${{ inputs.version }} \
-B
spring_cloud_dataflow_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
echo "spring_cloud_dataflow_version=$spring_cloud_dataflow_version" >> $GITHUB_ENV
echo "::notice ::set dataflow.version=${spring_cloud_dataflow_version}"
Expand Down

0 comments on commit ecd5bdb

Please sign in to comment.