From 86934e97533cee098963b361a3be64e7bdc66e2c Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 21 Oct 2021 09:42:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Automatically=20add?= =?UTF-8?q?=20VERSION=20file=20to=20release=20zip=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5e2d02..0247db5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,7 @@ pages: - composer dump-autoload --optimize --no-dev --classmap-authoritative - mkdir framadate - mv `ls -A | grep -v framadate` ./framadate + - echo $latesttag > framadate/VERSION - find framadate/ -type d -exec chmod 750 {} \; - find framadate/ -type f -exec chmod 640 {} \; - rm -rf framadate/.git