fix scopes conditional

pull/263/head
Tobias Perelstein 2024-03-14 13:51:32 -04:00 committed by Nic van Dessel
parent d77a456391
commit 558d037046
No known key found for this signature in database
GPG Key ID: 88AE94AD8B681486
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
fi
PACKAGE_MANIFEST_JSON=$(cat "$PACKAGE_MANIFEST_PATH")
if [ -z "$SCOPED_REGISTRY_URL" || -z "$REGISTRY_SCOPES" ]; then
if [ -z "$SCOPED_REGISTRY_URL" ] || [ -z "$REGISTRY_SCOPES" ]; then
echo "$PACKAGE_MANIFEST_JSON" | \
jq \
--arg packageName "$PACKAGE_NAME" \