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"