chore: test release
This commit is contained in:
@@ -42,8 +42,6 @@ build:
|
|||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
variables:
|
|
||||||
CI_COMMIT_TAG: test
|
|
||||||
script:
|
script:
|
||||||
- echo 'Running the release job.'
|
- echo 'Running the release job.'
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -60,12 +58,12 @@ release:
|
|||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: 'module'
|
- name: 'module'
|
||||||
url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip'
|
url: 'https://greenskin-foundryvtt.gitlab.io/$CI_PROJECT_NAME/$CI_COMMIT_TAG/$CI_PROJECT_NAME.zip'
|
||||||
|
filepath: '/dist/$CI_PROJECT_NAME.zip'
|
||||||
link_type: package
|
link_type: package
|
||||||
- name: 'manifest'
|
- name: 'manifest'
|
||||||
url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/module.json'
|
url: 'https://greenskin-foundryvtt.gitlab.io/$CI_PROJECT_NAME/$CI_COMMIT_TAG/module.json'
|
||||||
|
filepath: '/dist/module.json'
|
||||||
link_type: package
|
link_type: package
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
- master
|
|
||||||
- main
|
|
||||||
|
|||||||
Reference in New Issue
Block a user