Skip to content

Commit

Permalink
CI: Fix Steam prerelease detection for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav authored and derrod committed Sep 10, 2023
1 parent 00d6f0b commit 9f3f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/steam-upload/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+)*$ ]] {
Expand Down

0 comments on commit 9f3f07d

Please sign in to comment.