CI: Add updateChannel to check-tag in Publish workflow

This was missing even though we try to set it later.
This commit is contained in:
Ryan Foster 2024-06-12 21:44:44 -04:00
parent 0ea90380b4
commit 70307a5d25

View file

@ -20,6 +20,7 @@ jobs:
outputs:
validTag: ${{ steps.check.outputs.validTag }}
flatpakMatrix: ${{ steps.check.outputs.flatpakMatrix }}
updateChannel: ${{ steps.check.outputs.updateChannel }}
steps:
- name: Check Release Tag ☑️
id: check