mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_tools.git
synced 2026-05-03 23:40:41 -03:00
7 lines
203 B
YAML
7 lines
203 B
YAML
publish-composer:
|
|
stage: deploy
|
|
script:
|
|
- 'curl --data "tag=$CI_COMMIT_TAG" --header "JOB-TOKEN: $CI_JOB_TOKEN" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/composer"'
|
|
only:
|
|
- tags
|