print tag filter message to stderr
This commit is contained in:
parent
a178add808
commit
fedb5780c2
@ -53,7 +53,7 @@ fn run(
|
|||||||
uploader: &dyn AssetUploader,
|
uploader: &dyn AssetUploader,
|
||||||
) -> Result<(), Box<dyn Error>> {
|
) -> Result<(), Box<dyn Error>> {
|
||||||
if !is_tag(&conf.github_ref) {
|
if !is_tag(&conf.github_ref) {
|
||||||
log::error!("GH Releases require a tag");
|
eprintln!("GH Releases require a tag");
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user