fix: add missing conditional exit in release workflow
This commit is contained in:
parent
9db4e338ea
commit
7cf9e2d145
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -51,6 +51,7 @@ jobs:
|
|||||||
if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
|
if [ "${{ needs.route.outputs.provider }}" = "unknown" ]; then
|
||||||
echo "::error::Failed to detect CI provider!"
|
echo "::error::Failed to detect CI provider!"
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
github-release:
|
github-release:
|
||||||
needs: [route, verify-provider]
|
needs: [route, verify-provider]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user