forked from mirrors/action-gh-release
print tag filter message to stderr
This commit is contained in:
parent
a178add808
commit
fedb5780c2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ fn run(
|
|||
uploader: &dyn AssetUploader,
|
||||
) -> Result<(), Box<dyn Error>> {
|
||||
if !is_tag(&conf.github_ref) {
|
||||
log::error!("GH Releases require a tag");
|
||||
eprintln!("GH Releases require a tag");
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue