mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 10:44:19 +00:00
spelling
This commit is contained in:
parent
96ebf47495
commit
43b8a33025
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ fn run(
|
||||||
uploader: &dyn AssetUploader,
|
uploader: &dyn AssetUploader,
|
||||||
) -> Result<(), BoxError> {
|
) -> Result<(), BoxError> {
|
||||||
if !is_tag(&conf.github_ref) {
|
if !is_tag(&conf.github_ref) {
|
||||||
eprintln!("⚠️ GH Releases require a tag");
|
eprintln!("⚠️ GitHub Releases requires a tag");
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue