Skip to content

Commit

Permalink
Fix substitution in github-release.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 13, 2024
1 parent 880b0eb commit b983044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
--title "Spring Cloud Data Flow $BUILD_ZOO_HANDLER_spring_cloud_dataflow_version" \
--notes-file $RELEASE_NOTES_FILE
# retrieve spring-cloud-dataflow-package and upload to github release
export PACKAGE_VERSION=${$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version}
export PACKAGE_VERSION=${BUILD_ZOO_HANDLER_spring_cloud_dataflow_version}
pushd spring-cloud-dataflow-package
./set-package-version.sh
../mvnw package
Expand Down

0 comments on commit b983044

Please sign in to comment.