chore: test release
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user