Skip to content

Commit b983044

Browse files
author
Corneil du Plessis
committed
Fix substitution in github-release.yml [skip ci]
1 parent 880b0eb commit b983044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
--title "Spring Cloud Data Flow $BUILD_ZOO_HANDLER_spring_cloud_dataflow_version" \
124124
--notes-file $RELEASE_NOTES_FILE
125125
# retrieve spring-cloud-dataflow-package and upload to github release
126-
export PACKAGE_VERSION=${$BUILD_ZOO_HANDLER_spring_cloud_dataflow_version}
126+
export PACKAGE_VERSION=${BUILD_ZOO_HANDLER_spring_cloud_dataflow_version}
127127
pushd spring-cloud-dataflow-package
128128
./set-package-version.sh
129129
../mvnw package

0 commit comments

Comments
 (0)