Skip to content

Commit 553a4d6

Browse files
committed
chore(scripts): fix release script
1 parent a94ac16 commit 553a4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/semantic-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ -z $IS_CI ]]; then
77
echo "Not running in CI. Release skipped"
88
elif [ "$PROJECT_REPONAME" != "$RELEASE_REPONAME" ]; then
99
echo "Project repo is not $RELEASE_REPONAME. Release skipped"
10-
elif [ "$CURRENT_BRANCH" != "$RELEASE_BRANCH" ]]; then
10+
elif [ "$CURRENT_BRANCH" != "$RELEASE_BRANCH" ]; then
1111
echo "Branch is not $RELEASE_BRANCH. Release skipped"
1212
else
1313
mkdir -p .tmp

0 commit comments

Comments
 (0)