diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33793ee..dfc3bb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,6 @@ build: artifacts: paths: - build.zip - - LATEST_CHANGELOG upload: stage: upload @@ -30,9 +29,6 @@ upload: script: - | curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file build.zip "${PACKAGE_REGISTRY_URL}/rjw-race-support.zip" - artifacts: - paths: - - LATEST_CHANGELOG release: stage: release @@ -43,4 +39,4 @@ release: - | release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \ --assets-link "{\"name\":\"Download Build\",\"url\":\"${PACKAGE_REGISTRY_URL}/rjw-race-support.zip\",\"filepath\":\"/rjw-race-support.zip\"}" \ - --description $(head -n 1 LATEST_CHANGELOG) \ No newline at end of file + --description "Changelog goes here" \ No newline at end of file