From d9057f71687ed0cc04a3c93cfc4a64bff1f78346 Mon Sep 17 00:00:00 2001 From: Matthieu CAILLEAUX Date: Fri, 19 Nov 2021 15:18:02 +0100 Subject: [PATCH] chore: test release --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27971c9..17567f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ build: paths: - dist/wfrp4e-actor-sheet-print.zip - dist/module.json - expire_in: never + expire_in: 1 day only: - tags - master @@ -39,6 +39,13 @@ release: image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo 'Running the release job.' + artifacts: + name: wfrp4e-actor-sheet-print + when: on_success + paths: + - dist/wfrp4e-actor-sheet-print.zip + - dist/module.json + expire_in: never release: tag_name: $CI_COMMIT_TAG name: 'Release $CI_COMMIT_TAG'