Fix release cron job (#7095)

CI failed because $4 was unset. We explicitly check later if it is set
so this is intentional, we just need to actually get to that check and
not fail due to set -u.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-08-12 10:50:28 +02:00 committed by GitHub
parent b53bb7bd53
commit 67f350694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
branch=$1
title="$2"
body="$3"
out=$4
out="${4:-}"
git branch -D $branch || true
git checkout -b $branch
git add .