feat: actually set registry
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c76601a695
commit
d9ce9748b4
@ -19,7 +19,7 @@ pub struct Releaser {
|
||||
|
||||
impl Releaser {
|
||||
pub fn with_registry(&mut self, registry: impl Into<String>) -> &mut Self {
|
||||
self.service = registry.into();
|
||||
self.registry = registry.into();
|
||||
|
||||
self
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user