generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
e7ab89f050
commit
97b36966d5
|
@ -31,14 +31,14 @@ async fn main() -> Result<()> {
|
||||||
let mut apis = ApiCollection::build(&cfg).await?;
|
let mut apis = ApiCollection::build(&cfg).await?;
|
||||||
match release(&cfg, &mut apis).await {
|
match release(&cfg, &mut apis).await {
|
||||||
Ok(_) => None,
|
Ok(_) => None,
|
||||||
Err(err) => Some(err)
|
Err(err) => Some(err),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Commands::Publish { .. } => {
|
Commands::Publish { .. } => {
|
||||||
// TODO: check if repo is dirty and create a commit with a given option
|
// TODO: check if repo is dirty and create a commit with a given option
|
||||||
match publish(&cfg).await {
|
match publish(&cfg).await {
|
||||||
Ok(_) => None,
|
Ok(_) => None,
|
||||||
Err(err) => Some(err)
|
Err(err) => Some(err),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Commands::Version {} => {
|
Commands::Version {} => {
|
||||||
|
|
Loading…
Reference in New Issue