mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:13:51 +08:00
CI: Fix Steam prerelease detection for releases
This commit is contained in:
@@ -98,7 +98,7 @@ runs:
|
||||
--clobber
|
||||
|
||||
IFS=';' read -r description is_prerelease <<< \
|
||||
"$(gh release view --json tagName,isPrerelease --jq 'join(";")')"
|
||||
"$(gh release view ${{ inputs.tagName }} --json tagName,isPrerelease --jq 'join(";")')"
|
||||
;;
|
||||
workflow_dispatch)
|
||||
if [[ '${{ inputs.tagName }}' =~ [0-9]+\.[0-9]+\.[0-9]+(-(rc|beta)[0-9]+)*$ ]] {
|
||||
|
||||
Reference in New Issue
Block a user