diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e354ade2c..99e65b89c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,13 @@ stages: stage: build-and-test retry: 2 +copyReleaseNotes: + <<: *no-upload + script: + - ./gradlew gitPushReleaseNotes + except: + - tags + assembleDebug: <<: *no-upload cache: