From 6b342d2fe7e9a0b93d3ce33369ab580ffcbfe0c6 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 20 Jul 2019 14:40:50 +0200 Subject: [PATCH] fix repo name --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index fa170fc47..93e16ff98 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export GITHUB_REPO=trilium-webclipper +export GITHUB_REPO=trilium-web-clipper if [[ $# -eq 0 ]] ; then echo "Missing argument of new version"