We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791ed5e commit 51c3c07Copy full SHA for 51c3c07
script/ci/release.sh
@@ -79,6 +79,7 @@ if [ ! -z "${ONLY_DOWNLOAD_PACT_FOR_WINDOWS:-}" ]; then
79
fi
80
81
FETCH_ASSETS=true ./script/ci/check-release-libs.sh --fetch-assets -t "${NEXT_TAG}"
82
+"$SCRIPT_DIR"/../download-plugins.sh
83
"$SCRIPT_DIR"/build-and-test.sh
84
85
if [[ ${DRY_RUN:-} == 'true' ]]; then
0 commit comments