chore: test release

This commit is contained in:
Matthieu CAILLEAUX
2021-12-25 09:44:11 +01:00
parent a720449003
commit ac8e04cf1b

View File

@@ -42,8 +42,6 @@ build:
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
variables:
CI_COMMIT_TAG: test
script:
- echo 'Running the release job.'
artifacts:
@@ -60,12 +58,12 @@ release:
assets:
links:
- 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
- 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
only:
- tags
- master
- main