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