Fix bad COMPONENT variable entry

This commit is contained in:
Joshua M. Boniface
2024-02-12 01:44:32 -05:00
parent b72cc873c9
commit 41b9a7feee

View File

@@ -58,7 +58,7 @@ jobs:
script: |
set -o xtrace
if [[ ${{ inputs.version }} == "master" ]]; then
COMPONENT="unstable"
COMPONENT="main"
else
COMPONENT="unstable"
fi