From 937fb34bd2df631d4743677c4eb0dfffdc6c1b71 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Thu, 24 Sep 2020 20:41:20 +0200 Subject: [PATCH] Ensure that all new packages released with unleash have paritytech:core-devs as owners (#7204) --- substrate/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 3ec5b00711..9c87a3cb98 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -719,7 +719,7 @@ publish-to-crates-io: - /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ script: - cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS} - - cargo unleash em-dragons --no-check ${CARGO_UNLEASH_PKG_DEF} + - cargo unleash em-dragons --no-check --owner github:paritytech:core-devs ${CARGO_UNLEASH_PKG_DEF} allow_failure: true