Fix bad COMPONENT variable entry
This commit is contained in:
2
.github/workflows/release-build.yaml
vendored
2
.github/workflows/release-build.yaml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
script: |
|
||||
set -o xtrace
|
||||
if [[ ${{ inputs.version }} == "master" ]]; then
|
||||
COMPONENT="unstable"
|
||||
COMPONENT="main"
|
||||
else
|
||||
COMPONENT="unstable"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user