It should be possible to filter out pre-releases from the releases when installing with gh-release
Right now it's possible to filter out releases that contain "beta" in the name with a regex (--option releaseTagRegex='^(?!.*beta).*$'), but having a flag option to skip pre-releases would be convenient