Compare commits
1 Commits
00524783d1
...
ac3fc6797f
Author | SHA1 | Date | |
---|---|---|---|
|
ac3fc6797f |
@ -13,7 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- remove ci
|
- remove ci
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- release action like main and pr
|
|
||||||
- *(deps)* update rust crate chrono to v0.4.39
|
- *(deps)* update rust crate chrono to v0.4.39
|
||||||
- *(deps)* update rust crate tracing to v0.1.41
|
- *(deps)* update rust crate tracing to v0.1.41
|
||||||
|
|
||||||
|
@ -63,12 +63,8 @@ impl CuddleCI {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn with_release<T>(&mut self, release: &T) -> &mut Self
|
pub fn with_release(&mut self, release: Box<dyn ReleaseAction + Send + Sync>) -> &mut Self {
|
||||||
where
|
self.release_action.push(release);
|
||||||
T: ReleaseAction + Send + Sync + 'static,
|
|
||||||
T: ToOwned<Owned = T>,
|
|
||||||
{
|
|
||||||
self.release_action.push(Box::new(release.to_owned()));
|
|
||||||
|
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user