From 2d981f9e88cfa461943cbba05bb6e6b186ffd8b7 Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Tue, 1 Sep 2020 23:27:25 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3d8b36..4b713d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,5 +10,6 @@ release:
     stage: release
     image: curlimages/curl
     script:
+        - export
         - echo "Releasing tag $TAG for project id $PROJECT_ID"
         - curl -s -S --fail --data tag=$TAG -u $AUTH "https://gitlab.com/api/v4/projects/$PROJECT_ID/packages/composer"
-- 
GitLab