Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ release-job: # --description "Published automatically, permalink for installation (valid for 7 days) at https://labs.etsi.org/rep/top/ide/-/releases/permalink/latest/downloads/repository." - echo $BUILD_JOB_ID - | release-cli create --name "Release $VERSION" \ release-cli create --name "Release $VERSION $RELEASE_KEY" \ --tag-name $VERSION \ --ref $CI_COMMIT_SHA \ --assets-link "{\"name\":\"${PACKAGE_NAME} (standalone jar)\",\"url\":\"${PACKAGE_REGISTRY_URL}/${STANDALONE_NAME}\",\"filepath\":\"/standalone-jar\"}" \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ release-job: # --description "Published automatically, permalink for installation (valid for 7 days) at https://labs.etsi.org/rep/top/ide/-/releases/permalink/latest/downloads/repository." - echo $BUILD_JOB_ID - | release-cli create --name "Release $VERSION" \ release-cli create --name "Release $VERSION $RELEASE_KEY" \ --tag-name $VERSION \ --ref $CI_COMMIT_SHA \ --assets-link "{\"name\":\"${PACKAGE_NAME} (standalone jar)\",\"url\":\"${PACKAGE_REGISTRY_URL}/${STANDALONE_NAME}\",\"filepath\":\"/standalone-jar\"}" \ Loading