summary refs log tree commit diff
path: root/scripts/upload-to-flatpak-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upload-to-flatpak-repo.sh')
-rwxr-xr-xscripts/upload-to-flatpak-repo.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/upload-to-flatpak-repo.sh b/scripts/upload-to-flatpak-repo.sh
index 262a1635..f416132e 100755
--- a/scripts/upload-to-flatpak-repo.sh
+++ b/scripts/upload-to-flatpak-repo.sh
@@ -18,6 +18,5 @@ fi
 
 BUILD_URL=${BUILD_URL/http:/https:}
 
-./flat-manager-client push --commit $BUILD_URL $1
-./flat-manager-client publish $BUILD_URL
+./flat-manager-client push --commit --publish $BUILD_URL $1