Skip to content

Commit

Permalink
Fix Sink not released (#238) (#255)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
  • Loading branch information
pierDipi committed Oct 5, 2020
1 parent 8681760 commit 3736615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function build_release() {
fail "failed to create data plane artifact"
fi

export ARTIFACTS_TO_PUBLISH=("${EVENTING_KAFKA_CONTROL_PLANE_ARTIFACT} ${EVENTING_KAFKA_BROKER_ARTIFACT}" "${EVENTING_KAFKA_SINK_ARTIFACT}")
export ARTIFACTS_TO_PUBLISH=("${EVENTING_KAFKA_CONTROL_PLANE_ARTIFACT} ${EVENTING_KAFKA_BROKER_ARTIFACT} ${EVENTING_KAFKA_SINK_ARTIFACT}")
}

main $@

0 comments on commit 3736615

Please sign in to comment.