chore: test release

This commit is contained in:
Matthieu CAILLEAUX
2021-11-19 15:18:02 +01:00
parent bd9aeb3f96
commit d9057f7168

View File

@@ -29,7 +29,7 @@ build:
paths: paths:
- dist/wfrp4e-actor-sheet-print.zip - dist/wfrp4e-actor-sheet-print.zip
- dist/module.json - dist/module.json
expire_in: never expire_in: 1 day
only: only:
- tags - tags
- master - master
@@ -39,6 +39,13 @@ release:
image: registry.gitlab.com/gitlab-org/release-cli:latest image: registry.gitlab.com/gitlab-org/release-cli:latest
script: script:
- echo 'Running the release job.' - 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: release:
tag_name: $CI_COMMIT_TAG tag_name: $CI_COMMIT_TAG
name: 'Release $CI_COMMIT_TAG' name: 'Release $CI_COMMIT_TAG'