diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16e920fb0c1918425bdd9829cfab5e2e189dfef3..0657ffaf8363eee97c0a1f7b5e59812b1a620c64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ Deploy: script: - curl -XPOST -H'content-type:application/json' "https://packagist.org/api/update-package?username=${PACKAGIST_USERNAME}&apiToken=${PACKAGIST_API_TOKEN}" -d'{"repository":{"url":"'${CI_PROJECT_URL}'"}}' + only: + - tags + - triggers + - schedules diff --git a/composer.json b/composer.json index 77652f802b96534f4b4088e927fce3d3f6455052..51741a04e4790c3f3325c9c0f741237e598ab624 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "keywords": ["Drupal", "Development", "Docker"], "homepage": "https://gitlab.lakedrops.com/composer/library/docker-traefik", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "authors": [ { "name": "Jürgen Haas",