From 75efe50593d1eb67055e82caffcd2601a4967e52 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 29 Jan 2021 21:14:57 +0000 Subject: [PATCH] Update release package from master --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b4965b..c7163ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,5 +36,6 @@ release: - tar czf liber-${VERSION}.tar.gz liber-${VERSION} - "curl --header 'JOB-TOKEN: $CI_JOB_TOKEN' --upload-file liber-${VERSION}.tar.gz ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/liber/${VERSION}/liber-${VERSION}.tar.gz" only: + - master - tags -- GitLab