From 80e65529bbab78196a31ba6274d31e1b9b8937c2 Mon Sep 17 00:00:00 2001 From: su-ex Date: Thu, 14 Jan 2021 21:17:56 +0100 Subject: [PATCH] Change GitHub branch for release --- deploy/create-github-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/create-github-release.sh b/deploy/create-github-release.sh index b93f7d5..d0cab53 100755 --- a/deploy/create-github-release.sh +++ b/deploy/create-github-release.sh @@ -15,7 +15,7 @@ release_notes_file="/tmp/scrn.md" owner=SchildiChat repo=schildichat-desktop -target=master +target=sc # Define variables GH_API="https://api.github.com"