diff --git a/common.yml b/common.yml
index f77192c117a274b7a31a6f6a315dc1ebd8c43fb7..90da3cb69235b70eb8444cb36ec92a469caef0f1 100644
--- a/common.yml
+++ b/common.yml
@@ -9,4 +9,4 @@ release:
         - branches
     image: curlimages/curl
     script:
-        - curl --data tag=$CI_COMMIT_TAG -u __token__:$REGISTRY_TOKEN "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/composer"
\ No newline at end of file
+        - curl -s -S --data tag=$CI_COMMIT_TAG -u __token__:$REGISTRY_TOKEN "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/composer"
\ No newline at end of file