chore: test release

This commit is contained in:
Matthieu CAILLEAUX
2021-12-25 09:30:00 +01:00
parent f0993952e6
commit 46840cb81e

View File

@@ -45,10 +45,10 @@ release:
script: script:
- echo 'Running the release job.' - echo 'Running the release job.'
artifacts: artifacts:
name: wfrp4e-actor-sheet-print name: $CI_PROJECT_NAME
when: on_success when: on_success
paths: paths:
- dist/wfrp4e-actor-sheet-print.zip - dist/$CI_PROJECT_NAME.zip
- dist/module.json - dist/module.json
expire_in: never expire_in: never
release: release:
@@ -65,3 +65,5 @@ release:
link_type: package link_type: package
only: only:
- tags - tags
- master
- main