Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f535fb4

Browse files
authored
Ensure that all new packages released with unleash have paritytech:core-devs as owners (#7204)
1 parent be9d5b4 commit f535fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ publish-to-crates-io:
719719
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
720720
script:
721721
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS}
722-
- cargo unleash em-dragons --no-check ${CARGO_UNLEASH_PKG_DEF}
722+
- cargo unleash em-dragons --no-check --owner github:paritytech:core-devs ${CARGO_UNLEASH_PKG_DEF}
723723
allow_failure: true
724724

725725

0 commit comments

Comments
 (0)