Add comment to trigger workflow
parent
46a0007e64
commit
b80632598f
|
|
@ -53,6 +53,8 @@ if [ -n "$PRIVATE_REGISTRY_TOKEN" ]; then
|
||||||
token = "$PRIVATE_REGISTRY_TOKEN"
|
token = "$PRIVATE_REGISTRY_TOKEN"
|
||||||
alwaysAuth = true
|
alwaysAuth = true
|
||||||
EOF
|
EOF
|
||||||
|
# Some npm repositories (Azure Devops) require a user to be configred
|
||||||
|
# even if it isn't a valid one.
|
||||||
if [ -n "$PRIVATE_REGISTRY_USER" ]; then
|
if [ -n "$PRIVATE_REGISTRY_USER" ]; then
|
||||||
cat >> "$UPM_CONFIG_TOML_PATH" <<EOF
|
cat >> "$UPM_CONFIG_TOML_PATH" <<EOF
|
||||||
user = "$PRIVATE_REGISTRY_USER"
|
user = "$PRIVATE_REGISTRY_USER"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue