diff --git a/common.yml b/common.yml index 18af2736c4d10b6aac6741c45ce0a891a39618b9..f77192c117a274b7a31a6f6a315dc1ebd8c43fb7 100644 --- a/common.yml +++ b/common.yml @@ -9,4 +9,4 @@ release: - branches image: curlimages/curl script: - curl --data tag=$CI_COMMIT_TAG -u __token__:$REGISTRY_TOKEN "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/composer" \ No newline at end of file + - curl --data tag=$CI_COMMIT_TAG -u __token__:$REGISTRY_TOKEN "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/composer" \ No newline at end of file