Skip to content
Snippets Groups Projects
Unverified Commit f535fb46 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Ensure that all new packages released with unleash have paritytech:core-devs as owners (#7204)

parent be9d5b4d
Branches
Tags
No related merge requests found
...@@ -719,7 +719,7 @@ publish-to-crates-io: ...@@ -719,7 +719,7 @@ publish-to-crates-io:
- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ - /^v[0-9]+\.[0-9]+\.[0-9]+.*$/
script: script:
- cargo install cargo-unleash ${CARGO_UNLEASH_INSTALL_PARAMS} - 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 allow_failure: true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment