Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit e1d9ec8

Browse files
author
Andres
committed
Fix typo
1 parent 326db7e commit e1d9ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [[ -z "$REPO_NAME" || -z "$REPO_DOMAIN" ]]; then
3737
exit 1
3838
fi
3939

40-
if [[ -n "$ACCESS_TOKEN" ]]; then
40+
if [[ -z "$ACCESS_TOKEN" ]]; then
4141
echo "Unable to release: Github Token not specified" > /dev/stderr
4242
exit 1
4343
fi

0 commit comments

Comments
 (0)